diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index e4e39970..dd0fe595 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -6,7 +6,9 @@ on: push: branches: - master - + paths: + - '!.github/**' + - '!archive/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -75,4 +77,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2