Skip to content

Commit

Permalink
Update hugo.yaml
Browse files Browse the repository at this point in the history
Ignore these paths (no build needed):

paths:
      - '!**'
      - 'docs/**'

Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Oct 30, 2023
1 parent de735f9 commit d04d9f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
push:
branches:
- master

paths:
- '!**'
- 'docs/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -75,4 +77,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit d04d9f6

Please sign in to comment.