diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d45f98a9..d54cddf5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "fix-docs-action"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -42,7 +42,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: 'docs' + path: "./docs" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4