ci: build docs before publishing
This commit is contained in:
parent
d9107ea4d8
commit
25aab0aa05
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docs-deploy.yml
vendored
4
.github/workflows/docs-deploy.yml
vendored
|
|
@ -24,6 +24,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
workingDirectory: docs
|
workingDirectory: docs
|
||||||
|
|
||||||
|
- name: Build docs
|
||||||
|
working-directory: docs
|
||||||
|
run: bun run build
|
||||||
|
|
||||||
- name: Build and deploy docs
|
- name: Build and deploy docs
|
||||||
uses: cloudflare/wrangler-action@v3
|
uses: cloudflare/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue