Skip to content

Commit

Permalink
use upload-pages-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
nmstreethran committed Sep 14, 2024
1 parent 862fa4b commit 5b4d250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
# with:
# pre-build-command: 'python -m pip install --upgrade pip setuptools wheel'
- name: Upload artifacts
uses: actions/upload-artifact@v4
# uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: docs/_build/html/
Expand Down

0 comments on commit 5b4d250

Please sign in to comment.