From a59ebaa6c7afd1fd6a85ca3662953a46e81472ed Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Apr 2022 01:20:09 -0500 Subject: [PATCH] Change source directory back to ./public --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 573cdfc..3c6b425 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,5 +31,5 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs + publish_dir: ./public commit_message: ${{ github.event.head_commit.message }}