commit d3ceae7abac913c10958f4f9f7084bebaacb416e parent ccae14ebec047a8d3c12b2b5f52ec1874fe24af3 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 22 Aug 2020 13:14:25 +0200 Fix deploy path Diffstat:
| M | .github/workflows/deploy.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public + publish_dir: ./dist