From bbbf4c8b3953ba25461697f4608dfbb8b9194104 Mon Sep 17 00:00:00 2001 From: CharlesGaydon Date: Thu, 22 Jun 2023 17:24:42 +0200 Subject: [PATCH] Final touch to gh pages workflow for nominal conditions --- .github/workflows/gh-pages.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7a32217c..e95d3bd2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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: @@ -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.