Skip to content

Commit

Permalink
[build] Fix doc publishing build break (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonims authored Dec 31, 2024
1 parent beb0b53 commit ac0be99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with mdBook
run: cd docs && mdbook build
run: cd docs && mdbook build --dest-dir ../target/book
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ac0be99

Please sign in to comment.