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