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 caefd9b commit 100472b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
exclude:
- 'template.md'
- 'LICENSE'
- 'create_markdown.py'
- 'assets/**'
source: ./README.md
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 100472b

Please sign in to comment.