Skip to content

Commit 0ee00bd

Browse files
committed
Use relative path?
1 parent 1098c33 commit 0ee00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
ref: gh-pages
30-
path: gh-pages
30+
path: ./gh-pages
3131

3232
- run: apt-get update && apt-get install jq -y
3333
- run: npm install -g npm@10

0 commit comments

Comments
 (0)