Skip to content

Commit

Permalink
fix(book): adjust path for the .nojekyll file
Browse files Browse the repository at this point in the history
The creation of the `.nojekyll` file was off, due to the previous `cd`
into the book folder.
  • Loading branch information
dnaka91 committed Jan 8, 2024
1 parent 75013d9 commit 7c1d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build book
run: |
cd book && bun run build
touch book/.vitepress/dist/.nojekyll
touch .vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 7c1d68c

Please sign in to comment.