Skip to content

Commit

Permalink
fixing up pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 20, 2024
1 parent 36b6d2c commit 3a7f4d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ jobs:

build-docs:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Unset header
# checkout@v2 adds a header that makes branch protection report errors
# because the Github action bot is not a collaborator on the repo
run: git config --local --unset http.https://github.com/.extraheader
- name: Configure GitHub Pages
uses: actions/configure-pages@v3
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand All @@ -106,10 +107,6 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: docs/build/html
# - uses: actions/upload-artifact@v3
# with:
# name: built-docs
# path: docs/build/html

deploy:
needs: [build, build-docs]
Expand Down

0 comments on commit 3a7f4d3

Please sign in to comment.