James Brumond 9ce7b3b891
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 3m4s
publish image
2023-08-18 18:06:09 -07:00
2023-08-18 18:06:09 -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%