James Brumond f55ea17b2e
All checks were successful
Build container images / build (push) Successful in 1m50s
update package lock
2025-04-20 13:52:45 -07:00
2023-05-06 20:24:01 -07:00
2023-05-06 20:24:01 -07:00
2023-08-18 18:23:46 -07:00
2025-04-20 13:52:45 -07:00
2025-04-20 13:51:03 -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%