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