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 9667ff2 commit 66dfd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: 'latest'
cache: 'npm'
- run: npm ci
- run: npm build
- run: npm run build
- run: npm run docs
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 66dfd83

Please sign in to comment.