Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Sep 12, 2023
1 parent 7f00403 commit 51a281b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@master

- name: Setup Node 19
uses: actions/setup-node@v3
with:
node-version: '19'
uses: actions/setup-node@v3
with:
node-version: '19'

- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@v1.8.1
Expand Down

0 comments on commit 51a281b

Please sign in to comment.