Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debugging facilities
Browse files Browse the repository at this point in the history
Nicoretti committed Dec 13, 2024
1 parent ade93e0 commit a50ef51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: GH-Pages
on:
pull: # for test purposes only REMOVE BEFORE MERGE
push:
branches:
- master
@@ -21,7 +22,7 @@ jobs:

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

0 comments on commit a50ef51

Please sign in to comment.