Skip to content

Commit a92d038

Browse files
committed
chore: rm unuse code
1 parent 6964c2d commit a92d038

File tree

2 files changed

+3
-639
lines changed

2 files changed

+3
-639
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ jobs:
5353
- name: Build Docs
5454
run: pnpm docs:build
5555

56-
# Run a action to publish docs
56+
# Run a action to publish docs
5757
- name: Publish to Cloudflare Pages
58-
uses: cloudflare/wrangler-action@v3.9.0
58+
uses: cloudflare/pages-action@v1.5.0
5959
with:
60-
wranglerVersion: 3.5.1
6160
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6261
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6362
projectName: motion-vue
@@ -69,3 +68,4 @@ jobs:
6968
# branch: main
7069
# Optional: Change the working directory
7170
workingDirectory: docs
71+
wranglerVersion: '3'

0 commit comments

Comments
 (0)