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 7995223 commit 811ad10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: lts
node-version: 'latest'
cache: 'npm'
- run: npm ci
- run: npm run docs
- name: Setup Pages
Expand Down

0 comments on commit 811ad10

Please sign in to comment.