Skip to content

Commit 165e0f3

Browse files
committed
ci: using the right path after downloading
1 parent 52faffd commit 165e0f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141

4242
- name: Move | Docs
4343
env:
44-
BOOK_DIR: ${{ steps.fetch-docs.outputs.download-path }}
44+
BOOK_DIR: ${{ steps.fetch-docs.outputs.download-path }}/book
4545
run: |
46+
find "$BOOK_DIR"
4647
mv "$BOOK_DIR" ./site/public/guide
4748
4849
- name: Dump | Site

0 commit comments

Comments
 (0)