Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 8296c0f

Browse files
Fix workflow: use relative output path
1 parent 39944dd commit 8296c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)