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 @@
- - + +