Skip to content

Commit

Permalink
Merge branch 'dev' into next-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 27, 2023
2 parents ba2e3ea + fc8efbd commit 249a349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
image: nim65s/cargo-binstall:mdbook
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: mdbook build
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
path: book/

Expand Down

0 comments on commit 249a349

Please sign in to comment.