Skip to content

Commit

Permalink
with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 1, 2023
1 parent 93acff1 commit c3343c4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
run: yarn install
- name: Build page
run: npm run build
run: yarn build
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit c3343c4

Please sign in to comment.