Skip to content

Commit

Permalink
test: 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 3a2e326 commit 4e6905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./
exclude: 'template.md'
exclude: "template.md"
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 4e6905e

Please sign in to comment.