diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1da6eb6..57a945e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,6 +4,8 @@ on: # Runs on pushes targeting the default branch push: branches: [main] + paths: + - 'docs/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -82,4 +84,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1