Skip to content

0.0.5

0.0.5 #21

Workflow file for this run

name: Generate docs
on:
release:
types: [published]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
pages:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
- name: Make the script files executable
run: chmod +x ./gh-version.sh
- name: Modify version
run: ./gh-version.sh
- id: Deployment
uses: sphinx-notes/pages@v3
with:
checkout: false