Skip to content

Commit 76249ef

Browse files
committed
Use upload-pages-artifact
1 parent 0a7a2df commit 76249ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: uv run jupyter book build .
3535

3636
- name: Upload artifact
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-pages-artifact@v4
3838
with:
39-
name: documentation
4039
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)