Skip to content

Commit da8e5a1

Browse files
committed
switch to pages-specific artifact upload
1 parent 6962b36 commit da8e5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: python -m sphinx -T -b html -d _build/doctrees -D language=en . _build/html
3636

3737
- name: Upload distribution artifacts
38-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
38+
uses: actions/upload-pages-artifact@v5
3939
with:
4040
name: sphinx-html-site
4141
path: _build/html/

0 commit comments

Comments
 (0)