Skip to content

fix(deps): update github.com/sapcc/go-bits digest to c7f8644 #396

fix(deps): update github.com/sapcc/go-bits digest to c7f8644

fix(deps): update github.com/sapcc/go-bits digest to c7f8644 #396

name: update-swagger-ghpages
on:
push:
tags:
- v*
branches: [ main ]
jobs:
build-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages
- name: redoc-cli generate index.html
uses: fluximus-prime/[email protected]
with:
args: 'build-docs https://raw.githubusercontent.com/sapcc/archer/main/swagger.yaml -o index.html'
- name: Commit documentation
run: |
git config --global user.name 'GitHub Pages Bot'
git config --global user.email '[email protected]'
git commit -am "Update swagger.yml" || true
git push