Skip to content

Commit

Permalink
Merge pull request #23 from bitpredator/main
Browse files Browse the repository at this point in the history
Update deploy-to-github-pages.yml
  • Loading branch information
bitpredator committed Dec 18, 2023
2 parents 7b550f4 + 7bfbfbe commit 01828a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 16.x
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
run: yarn install
- name: Build
run: yarn build
- name: Setup Pages
Expand Down

0 comments on commit 01828a3

Please sign in to comment.