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 d938ba5 commit cd0b57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Install dependencies
if: steps.gimme_cache.outputs.cache-hit == false
run: npm install
working-directory: ${{env.working-director}}
working-directory: ${{env.working-directory}}

- name: Build 🔧
run: npm run build
working-directory: ${{env.working-director}}
working-directory: ${{env.working-directory}}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.0
Expand Down

0 comments on commit cd0b57b

Please sign in to comment.