Skip to content

Fix gh-pages issues(s) (#521) #82

Fix gh-pages issues(s) (#521)

Fix gh-pages issues(s) (#521) #82

Workflow file for this run

name: GH-Pages
on:
push:
branches:
- master
tags:
- "*"
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
with:
python-version: 3.9
- name: Build Documentation
run: |
poetry run python -m nox -vvv -s docs:multiversion
touch .html-documentation/.nojekyll
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .html-documentation
git-config-name: Github Action
git-config-email: [email protected]