From 4e6905e99bb9423303c41678ab617d8e030ecefa Mon Sep 17 00:00:00 2001 From: jackhawks Date: Tue, 2 Jan 2024 09:04:27 +0800 Subject: [PATCH] test: jekyll exclude file list --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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