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 100472b commit 3a2e326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./README.md
source: ./
exclude: 'template.md'
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 3a2e326

Please sign in to comment.