Skip to content

Commit 8c21e88

Browse files
committed
ci: looks like we can't use env-vars in here
1 parent e96637e commit 8c21e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/download-artifact@v4
4141
with:
4242
name: book
43-
path: $GITHUB_WORKSPACE/site/public/guide
43+
path: site/public/guide
4444

4545
- name: Dump | Site
4646
run: |

0 commit comments

Comments
 (0)