From 964ea05081dd921394f38dc855dd8197785c6581 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Sun, 28 Aug 2022 13:56:48 -0700 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fb999ff..e11f2ae 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -32,7 +32,7 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ../../../site + source: ../../site destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v1