Skip to content

Commit

Permalink
Final touch to gh pages workflow for nominal conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon authored and leavauchier committed Jun 22, 2023
1 parent 8feeb28 commit bbbf4c8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
push:
branches:
- main
# UNCOMMENT TO TEST WORKFLOW FOR DOCUMENTATION BRANCHES.
pull_request:
branches:
- main

# UNCOMMENT TO DEBUG DOCUMENTATION
# pull_request:
# branches:
# - main

jobs:

Expand Down Expand Up @@ -63,6 +64,6 @@ jobs:
- name: "Deploy documentation on Github pages"
uses: JamesIves/github-pages-deploy-action@v4
with:
# BRANCH: gh-pages # <- Branch where generated doc files will be commited
BRANCH: gh-pages-DEBUG
BRANCH: gh-pages # <- Branch where generated doc files will be commited
# BRANCH: gh-pages-DEBUG # <-- UNCOMMENT TO DEBUG DOCUMENTATION
FOLDER: docs/build/html/ # <- Dir where .nojekyll is created and from which to deploy github pages.

0 comments on commit bbbf4c8

Please sign in to comment.