Skip to content

Commit

Permalink
feat: Use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolinhares committed Sep 2, 2024
1 parent ac70000 commit 5016362
Show file tree
Hide file tree
Showing 3 changed files with 1,203 additions and 2,123 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "20.17.0"
- run: npm install
cache: "yarn"
- run: yarn install
- name: Build site
uses: limjh16/jekyll-action-ts@v2
with:
Expand Down
Loading

0 comments on commit 5016362

Please sign in to comment.