From 9b11d880854ec56ce77876dbf3c3332c3152c1cf Mon Sep 17 00:00:00 2001 From: xyz8848 Date: Sat, 28 May 2022 18:39:36 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b73e974..18d7235 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,13 +30,9 @@ jobs: # run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar - name: Test - uses: crazy-max/ghaction-github-pages@v2 - with: - target_branch: test - build_dir: / - keep_history: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + rm -rf .gitignore + git diff - name: Upload build artifacts uses: actions/upload-artifact@v2