diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index c72f5aff..1de34172 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -28,7 +28,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.4 with: branch: gh-pages - folder: dist + folder: docs/dist # Remove previous build files clean: true # Do not remove the `.nojekyll` file: we have manually added an empty `.nojekyll` file at the root of the `gh-pages` branch and we don't want having to re-create it after each build.