From eaf1026987cc30d1ce5d09d61f7d365f174073e9 Mon Sep 17 00:00:00 2001 From: xyz8848 Date: Sat, 28 May 2022 18:27:43 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b4766f..b73e974 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,12 +31,12 @@ jobs: - name: Test uses: crazy-max/ghaction-github-pages@v2 - with: - target_branch: test - build_dir: / - keep_history: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + target_branch: test + build_dir: / + keep_history: false + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload build artifacts uses: actions/upload-artifact@v2