Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Correct mdbook build command in CI (#127)

authored by

Cassidy James Blaede and committed by
GitHub
2d4f0b8d a9b9f7ee

+2 -2
+2 -2
.github/workflows/mdbook.yml
··· 37 37 id: pages 38 38 uses: actions/configure-pages@v5 39 39 - name: Build with mdBook 40 - run: mdbook build docs 40 + run: mdbook build 41 41 - name: Upload artifact 42 42 uses: actions/upload-pages-artifact@v3 43 43 with: 44 - path: ./docs/book 44 + path: ./book 45 45 46 46 # Deployment job 47 47 deploy: