diff --git a/.github/workflows/deploy_frontend.yml b/.github/workflows/deploy_frontend.yml index 24883a6..7982ce9 100644 --- a/.github/workflows/deploy_frontend.yml +++ b/.github/workflows/deploy_frontend.yml @@ -29,4 +29,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages - publish_dir: ./build \ No newline at end of file + publish_dir: ./collage/static/js \ No newline at end of file