Skip to content

Commit

Permalink
🔨 Fix directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes authored Mar 28, 2024
1 parent 6251050 commit 7cc5cd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build with mdBook
run: mdbook build
run: |
cd manual
mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7cc5cd2

Please sign in to comment.