Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
Athesto committed Jan 28, 2024
1 parent c23bb27 commit 0c7a499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node
run: |
pnpm install
- name: npm run deploy
run: |
npm run deploy
Expand Down

0 comments on commit 0c7a499

Please sign in to comment.