Skip to content

Commit

Permalink
Publish at llmath.unnservice.com
Browse files Browse the repository at this point in the history
  • Loading branch information
paulalesius committed Jan 3, 2024
1 parent 3c7f4dd commit 0597f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Build with mdBook
run: mdbook build
run: mdbook build -d "."
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./book
path: ./

# Deployment job
deploy:
Expand Down

0 comments on commit 0597f74

Please sign in to comment.