Update build.yml

pull/74/head
xyz8848 3 years ago
parent d508bf358b
commit eaf1026987
  1. 12
      .github/workflows/build.yml

@ -31,12 +31,12 @@ jobs:
- name: Test - name: Test
uses: crazy-max/ghaction-github-pages@v2 uses: crazy-max/ghaction-github-pages@v2
with: with:
target_branch: test target_branch: test
build_dir: / build_dir: /
keep_history: false keep_history: false
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2

Loading…
Cancel
Save