Skip to content

Commit

Permalink
ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 9, 2023
1 parent 295234d commit 86c79eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
path: ${{ github.workspace }}/dist
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('**.[jt]s', '**.[jt]sx', '**.astro') }}
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('**.[jt]s', '**.[jt]sx', '**.astro') }}
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 86c79eb

Please sign in to comment.