diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index ea09b586..1faa982a 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -1,8 +1,8 @@ name: Build mdBook on: push: - #branches: - # - main +# branches: +# - main jobs: build: @@ -18,7 +18,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload entire repository - path: './docs/book + path: './docs/book' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 \ No newline at end of file