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 95fa89c commit d886190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
cache-dependency-path: react-demo/package-lock.json

- name: Install dependencies
working-directory: "react-demo"
if: steps.gimme_cache.outputs.cache-hit == false
run: npm install
working-directory: "react-demo"

- name: Build 🔧
working-directory: "react-demo"
run: npm run build
working-directory: "react-demo"

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

0 comments on commit d886190

Please sign in to comment.