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 4813b0c commit 93a34ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: lts
node-version: 'lts'
- run: npm ci
- run: npm run docs
- name: Setup Pages
Expand Down

0 comments on commit 93a34ab

Please sign in to comment.