Skip to content

Commit

Permalink
fix typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFunk committed Jul 27, 2023
1 parent 01671bf commit b973c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install mdbook
run: cargo install mdbook
- name: Build # build
run: mkbook build
run: mdbook build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit b973c36

Please sign in to comment.