Skip to content

Commit

Permalink
Merge pull request #28 from layer5io/leecalcote/ci/ignore-paths
Browse files Browse the repository at this point in the history
[CI] Ignore certain paths in site deployment workflow
  • Loading branch information
theBeginner86 committed Oct 30, 2023
2 parents c1be7f6 + 34a03d6 commit c10a5d4
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:
- '!.github/**'
- '!archive/**'
# 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 c10a5d4

Please sign in to comment.