Skip to content

Commit

Permalink
Ensure that all references for building multiversion docs are available
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Dec 13, 2024
1 parent e7b561c commit 3591261
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: GH-Pages
on:
pull_request:
branches: [ "master" ]
push:
branches:
- master
Expand All @@ -15,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
Expand All @@ -23,7 +24,7 @@ jobs:

- name: Build Documentation
run: |
poetry run python -m nox -vvvv -s docs:multiversion
poetry run python -m nox -vvv -s docs:multiversion
touch .html-documentation/.nojekyll
- name: Deploy
Expand Down

0 comments on commit 3591261

Please sign in to comment.