diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 51c7fac..8b90d11 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -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