From d9581ddebfe14c08126ebfbdf2377d2833bd512f Mon Sep 17 00:00:00 2001 From: CPunisher <1343316114@qq.com> Date: Thu, 22 Jun 2023 01:46:24 +0800 Subject: [PATCH] chore: update GA --- .github/workflows/nodejs-master.yml | 6 +++--- public/index.html | 15 +++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/nodejs-master.yml b/.github/workflows/nodejs-master.yml index 010ff19..f3f14fe 100644 --- a/.github/workflows/nodejs-master.yml +++ b/.github/workflows/nodejs-master.yml @@ -20,17 +20,17 @@ jobs: node-version: "12.x" - name: Build project - run: yarn && yarn build + run: yarn && yarn generate env: CI: false - name: Authenticate - run: sudo chmod 775 ./build/ && ls + run: sudo chmod 775 ./.output/public/ && ls - name: Upload COS uses: ciaochaos/tencent-cos-action@master with: - args: delete -r -f / && upload -r ./build/ / + args: delete -r -f / && upload -r ./.output/public/ / secret_id: ${{ secrets.SECRET_ID }} secret_key: ${{ secrets.SECRET_KEY }} bucket: ${{ secrets.BUCKET }} diff --git a/public/index.html b/public/index.html index 8e5d648..604f621 100644 --- a/public/index.html +++ b/public/index.html @@ -2,15 +2,14 @@
- - + +