Skip to content

Commit

Permalink
ci(docs): fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattallty committed Aug 28, 2023
1 parent 7610693 commit 2760141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
pnpm build:typedocs
pnpm docs:build
pnpm docs:build
pnpm exec wrangler pages deploy --branch ${{ github.ref_name }} --project-name caporal-website --commit-hash ${{ github.sha }}} docs/.vuepress/dist
pnpm exec wrangler pages deploy docs/.vuepress/dist --branch ${{ github.ref_name }} --project-name caporal-website
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit 2760141

Please sign in to comment.