Skip to content

Commit

Permalink
Merge pull request #68 from agimus-project/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
nim65s authored Oct 27, 2023
2 parents 6a9b172 + e1594ee commit 891a472
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- 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 891a472

Please sign in to comment.