From 372db300b67abf6ac04617475cf6f6bc27432248 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 16 Dec 2023 10:59:03 +0800 Subject: [PATCH] format workflow --- .github/workflows/deploy.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c1afdf..54248f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,16 +1,16 @@ name: Build and Deploy on: [push] jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@master + build-and-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@master - - name: deploy - uses: jenkey2011/vuepress-deploy@master - env: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - BUILD_SCRIPT: yarn && yarn build - BUILD_DIR: docs/.vuepress/dist - CNAME: https://icode.loliquq.cn \ No newline at end of file + - name: deploy + uses: jenkey2011/vuepress-deploy@master + env: + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + BUILD_SCRIPT: yarn && yarn build + BUILD_DIR: docs/.vuepress/dist + CNAME: https://icode.loliquq.cn