From 01f0735de0895b0669475f735954a4aa81ed5f68 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Wed, 28 Jul 2021 21:14:12 +0200 Subject: [PATCH] Try different publish directory --- .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 aeef761..e75cf15 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,4 +32,4 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public + publish_dir: ./risotto/exampleSite/public