Skip to content

Commit

Permalink
chore: add jekyll exclude file list
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhawks committed Jan 2, 2024
1 parent 0d0b7b9 commit caefd9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths-ignore:
- 'template.md'
- 'LICENSE'
- 'create_markdown.py'
- 'assets/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -39,6 +34,11 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./
exclude:
- 'template.md'
- 'LICENSE'
- 'create_markdown.py'
- 'assets/**'
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit caefd9b

Please sign in to comment.