diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index bc834f1..9b7af8c 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -4,7 +4,8 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: master + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -47,7 +48,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload docs - path: ${GITHUB_WORKSPACE}/docs + path: './docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2