Skip to content

Commit

Permalink
Fix dist location
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Aug 15, 2024
1 parent 5d39295 commit 9e6d2d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:

# Create our required `404.html` page.
- name: Create 404.html
working-directory: app
run: cp dist/index.html dist/404.html

- uses: supabase/setup-cli@v1
Expand All @@ -85,6 +84,6 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: static-develop # The branch we have GitHub pages setup in.
folder: app/dist # The folder we want to copy to the `gh-pages` branch.
folder: dist # The folder we want to copy to the `gh-pages` branch.
target-folder: . # The destination we want our files copied to. In this case, we want them to be a the root level.
clean: true

0 comments on commit 9e6d2d1

Please sign in to comment.