Commit ffdaf1d1 authored by liziwl's avatar liziwl
Browse files

fix build action

parent 82b330ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@ jobs:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@master
      uses: actions/checkout@v2
      with:
        fetch-depth: 0

    - name: vuepress-deploy
      uses: jenkey2011/vuepress-deploy@master
      uses: jenkey2011/vuepress-deploy@1.0.1
      env:
        ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
        TARGET_REPO: SUSTC/sustech-online-ng