Skip to content

Commit

Permalink
Merge pull request #17 from bitpredator/main
Browse files Browse the repository at this point in the history
ennesimo test
  • Loading branch information
bitpredator committed Dec 18, 2023
2 parents 1bbfd1e + 5945477 commit 963e4ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache: 'yarn'
- name: Install dependencies
run: npm install
run: yarn install
- name: Build
run: npm run build
run: yarn run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 963e4ba

Please sign in to comment.