Skip to content

Bump version 9.0.0 → 9.0.1 #33

Bump version 9.0.0 → 9.0.1

Bump version 9.0.0 → 9.0.1 #33

name: Update GitHub pages
on:
push:
tags:
# Push events to semver tags
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
update-docs:
runs-on: ubuntu-22.04
name: Update docs
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all tags; Required for doc versioning
- name: Update gh-pages
uses: ./.github/actions/update-docs
with:
username: ${{ secrets.GH_USERNAME }}
email: ${{ secrets.GH_EMAIL }}
token: ${{ secrets.GH_TOKEN }}
version: ${{ github.ref_name }}
release: true