We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325abf5 commit a78090dCopy full SHA for a78090d
1 file changed
.github/workflows/main.yml
@@ -3,9 +3,7 @@ name: Build
3
on:
4
push:
5
branches:
6
- - dev
7
- - test-ci
8
+ - v2
9
10
jobs:
11
build:
@@ -18,7 +16,7 @@ jobs:
18
16
- uses: actions/setup-node@v3
19
17
with:
20
node-version: 22
21
- cache: "pnpm"
+ cache: 'pnpm'
22
- run: pnpm i
23
24
- name: Build
@@ -31,4 +29,4 @@ jobs:
31
29
# publish_dir: blog/dist
32
30
33
- name: 部署到 OSS
34
- run: "npx @web.worker/s3-upload-folder --dist blog/dist --ak ${{secrets.AK}} --sk ${{secrets.SK}} --bucket ${{secrets.BUCKET}} --region ${{secrets.REGION}} --endpoint ${{secrets.ENDPOINT}} --prefix /"
+ run: 'npx @web.worker/s3-upload-folder --dist blog/dist --ak ${{secrets.AK}} --sk ${{secrets.SK}} --bucket ${{secrets.BUCKET}} --region ${{secrets.REGION}} --endpoint ${{secrets.ENDPOINT}} --prefix /'
0 commit comments