Skip to content

Commit

Permalink
arranged Github workflows on deployment and tweaked package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Mar 6, 2024
1 parent 0112198 commit bdc12c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# key: ${{ runner.os }}-astro-${{ hashFiles('**/yarn-lock.yaml') }}
# restore-keys: ${{ runner.os }}-astro-
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build project
run: yarn run build
- name: Publish to Cloudflare Pages
Expand Down

0 comments on commit bdc12c1

Please sign in to comment.