Skip to content

build and publish API docs #25

build and publish API docs

build and publish API docs #25

Workflow file for this run

name: publish-docs
run-name: build and publish API docs
on:
push:
# only build and publish docs on release-please tags
branches: ["chore/versionize-docs"]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
build-and-publish-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: try out git stuff
shell: bash -l -e {0}
run: |
set -x
git checkout gh-pages
git ls-files