From d4f2338246e63d9e21981003c41f0b872a2cf3f6 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 22 Jun 2020 14:37:12 +0200 Subject: [PATCH] Use the correct build destination to publish from --- .github/workflows/ghpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index fca8a1f9..3c47f9c3 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -20,4 +20,4 @@ jobs: - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.JEKYLL_PAT }} - publish_dir: ./docs/_site \ No newline at end of file + publish_dir: ./_site \ No newline at end of file