Skip to content

Commit

Permalink
Update vite.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpyamamoto authored Oct 21, 2023
1 parent da95ef2 commit 5595e69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'alonzo'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -35,6 +38,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
working-directory: ./alonzo
run: npm install
Expand Down

0 comments on commit 5595e69

Please sign in to comment.