ci: fix docs command

This commit is contained in:
2024-01-29 03:04:38 +02:00
committed by Chen Asraf
parent 816e2f9aa0
commit dc4c940559

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build Docs
run: pnpm build-docs
run: pnpm docs:build
- name: Deploy on GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with: