Skip to content

Commit

Permalink
chore: fix book
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 28, 2023
1 parent 7aec298 commit 9c6f2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- 'book/**'
- '.github/workflows/book.yml'

concurrency:
group: "pages"
Expand All @@ -30,7 +31,7 @@ jobs:
run: mdbook build

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact
uses: actions/upload-pages-artifact@v2
with:
path: book/book

Expand Down

0 comments on commit 9c6f2bf

Please sign in to comment.