Skip to content

Commit f6ce36d

Browse files
committed
fix path and use actions/upload-artifact@v4
1 parent 2286aca commit f6ce36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
working-directory: math-blocks
2727
run: yarn typedoc
2828
- name: Upload Docs artifact
29-
uses: actions/upload-pages-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
31-
path: ./docs/
31+
path: ./math-blocks/docs/
3232
name: docs
3333

3434
build:

0 commit comments

Comments
 (0)