Skip to content

Commit

Permalink
Move book to root of the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanteria committed Jan 5, 2025
1 parent b5ebd67 commit 251be4d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,14 @@ jobs:
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build Book
run: |
cd ./doc
mdbook build
ls -la
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Check if exists
run: |
ls -la
cd ./doc
ls -la
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'doc/book'
path: 'book'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 251be4d

Please sign in to comment.