Skip to content

Commit

Permalink
maybe fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Aug 14, 2023
1 parent aea5d48 commit 9316531
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
working-directory: ${{env.working-directory}}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: ./react-demo/dist # The folder the action should deploy.
folder: build # The folder the action should deploy.

0 comments on commit 9316531

Please sign in to comment.