Commit 08561b55 authored by liziwl's avatar liziwl
Browse files

add comment

parent deb8ee51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ jobs:
        path: './docs/.vuepress/dist/'

  deploy-on-master:
    name: Deploy site
    name: Deploy site (master)
    runs-on: "ubuntu-latest"
    needs: build
    if: always() && github.repository_owner == 'SUSTech-CRA' && github.ref == 'refs/heads/master'
@@ -100,7 +100,7 @@ jobs:
        ossutil cp -rf docs/.vuepress/dist/ oss://perf-sustech-online/

  deploy-on-perf:
    name: Deploy site
    name: Deploy site (perf)
    runs-on: "ubuntu-latest"
    needs: build
    if: always() && github.repository_owner == 'SUSTech-CRA' && github.ref == 'refs/heads/perf'