Skip to content

Commit 3f9c67a

Browse files
Fix workflow: use relative output path
1 parent 216ec70 commit 3f9c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arch-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: ${{ steps.docs.outputs.site-path }}
35+
path: ./arch-docs-output
3636

3737
- uses: actions/deploy-pages@v4
3838
id: deploy

0 commit comments

Comments
 (0)