Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptq124 committed Mar 18, 2024
1 parent d89ec5e commit d5ae2d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
- name: Checkout
uses: actions/checkout@main

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '12.x'

- name: Vuepress deploy
uses: jenkey2011/[email protected]
env:
Expand Down

0 comments on commit d5ae2d1

Please sign in to comment.