Skip to content

Commit

Permalink
fix: Update path for documentation publishing workflow to point to th…
Browse files Browse the repository at this point in the history
…e correct folder after unzipping the artifact.
  • Loading branch information
nfelt14 committed Oct 28, 2023
1 parent 93fe9c2 commit afb1ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Unzip Documentation Results
run: |
unzip docs_results.zip
rm -r docs_results/.results_docs/html/.doctrees
rm -r .results_docs/html/.doctrees
- name: Upload To Pages
uses: actions/upload-pages-artifact@v2
with:
path: docs_results/.results_docs/html
path: .results_docs/html
- name: Deploy To Pages
uses: actions/deploy-pages@v2
id: deployment

0 comments on commit afb1ff6

Please sign in to comment.