Skip to content

Commit

Permalink
Fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
lyledean1 committed Oct 21, 2023
1 parent f331f22 commit 3455d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies 🔧
run: make install
run: make install-mdbook

- name: Build 🏗️
run: make build-book
Expand Down

0 comments on commit 3455d85

Please sign in to comment.