We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6964c2d commit a92d038Copy full SHA for a92d038
.github/workflows/publish.yaml
@@ -53,11 +53,10 @@ jobs:
53
- name: Build Docs
54
run: pnpm docs:build
55
56
- # Run a action to publish docs
+ # Run a action to publish docs
57
- name: Publish to Cloudflare Pages
58
- uses: cloudflare/wrangler-action@v3.9.0
+ uses: cloudflare/pages-action@v1.5.0
59
with:
60
- wranglerVersion: 3.5.1
61
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
62
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
63
projectName: motion-vue
@@ -69,3 +68,4 @@ jobs:
69
68
# branch: main
70
# Optional: Change the working directory
71
workingDirectory: docs
+ wranglerVersion: '3'
0 commit comments