diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 918778b..192f59e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,12 +27,14 @@ jobs: # This assumes your book is in the root of your repository. # Just add a `cd` here if you need to change to another directory. cd docs - mdbook build - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact uses: actions/upload-pages-artifact@v1 + with: + # Upload entire repository + path: "docs" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1