Skip to content

Commit

Permalink
fix(docs): fixed directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Sep 16, 2024
1 parent 2e9ebd9 commit 4ae1156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
mdbook-version: "0.4.40"

- name: Build
run: cd mdbook && mdbook build
run: cd docs && mdbook build

- name: Deploy to github pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 4ae1156

Please sign in to comment.