Skip to content

Commit

Permalink
BLD: upload docs as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Feb 23, 2024
1 parent 4208c76 commit 6efca07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
cd docs
make clean
make html
cd -
# Upload the build docs as an artifact until we expose the pages
- uses: actions/upload-artifact@v4
with:
name: docs-html
path: docs/_build/html/
# Disable docs deployment until we move primarily to GitHub
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6efca07

Please sign in to comment.