Skip to content

Commit

Permalink
Use yarn to build
Browse files Browse the repository at this point in the history
  • Loading branch information
brokiem committed Oct 30, 2023
1 parent d56098c commit 006670a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
name: Deploying to Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Setup yarn
run: yarn set version stable
- name: Install packages
run: npm i
run: yarn install --immutable
- name: Set Creds
run: git config user.name "brokiem" && git config user.email "${{ secrets.EMAIL }}"
- name: Deploy
Expand Down

0 comments on commit 006670a

Please sign in to comment.