James Brumond 016b7b4a07
All checks were successful
Build container images / build (push) Successful in 1m47s
add git to image so it can be used to checkout
2023-08-18 18:04:47 -07:00
2023-08-18 17:41:17 -07:00
2023-05-06 20:24:01 -07:00
2023-05-06 20:24:01 -07:00
2023-08-18 17:29:24 -07:00
2023-08-18 17:34:36 -07:00

Container image containing doc-utils

Example use in Actions

name: Build docs

on:
  push:
    branches:
    - master

jobs:
  build:
    runs-on: ubuntu-latest
    container:
      image: gitea.jbrumond.me/doc-utils/utils:0.2
    steps:
    - name: Check out the repo
      uses: actions/checkout@v3
      
    - name: Build docs to webpage
      run: docs2website ./config.yaml
Description
Container image with the doc-utils CLI tools available
Readme 617 KiB
Languages
Dockerfile 100%