Skip to content

Commit

Permalink
update github cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gocadimic committed Jul 7, 2023
1 parent c461e70 commit 7e78acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: yarn
run: npm install

- name: Generate
run: yarn generate
run: npm run generate

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7e78acd

Please sign in to comment.