Skip to content

fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.1 #398

fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.1

fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.1 #398

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