Skip to content

Commit

Permalink
revert: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunisher committed Jun 21, 2023
1 parent 3e8ffb6 commit 3436431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
node-version: "12.x"

- name: Build project
run: yarn && yarn generate
run: yarn && yarn build
env:
CI: false

- name: Authenticate
run: sudo chmod 775 ./.output/public/ && ls
run: sudo chmod 775 ./build/ && ls

- name: Upload COS
uses: ciaochaos/tencent-cos-action@master
with:
args: delete -r -f / && upload -r ./.output/public/ /
args: delete -r -f / && upload -r ./build/ /
secret_id: ${{ secrets.SECRET_ID }}
secret_key: ${{ secrets.SECRET_KEY }}
bucket: ${{ secrets.BUCKET }}
region: ap-shanghai
region: ap-shanghai

0 comments on commit 3436431

Please sign in to comment.