Skip to content

Commit

Permalink
fix deploy gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jun 15, 2023
1 parent 93a34ab commit 7995223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 'lts'
node-version: lts
- run: npm ci
- run: npm run docs
- name: Setup Pages
Expand Down

0 comments on commit 7995223

Please sign in to comment.