Commit 6d41583d authored by liziwl's avatar liziwl
Browse files

update

parent ab8bb671
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -62,17 +62,17 @@ jobs:
        publish_dir: ./docs/.vuepress/dist/
        force_orphan: true

    - name: Deploy to coding
      uses: liziwl/git-push-action@v1.0.4
      with:
        git_token_holder: 'pt5ez622q7ct'
        git_token: '${{ secrets.CODING_TOKEN }}'
        commit_user: 'liziwl'
        commit_email: 'leezisy@gmail.com'
        push_dir: './docs/.vuepress/dist/'
        repository_url: 'e.coding.net/liziwl/sustech-online/sustech-online-pages.git'
        keep_history: false
        branch: master
    # - name: Deploy to coding
    #   uses: liziwl/git-push-action@v1.0.4
    #   with:
    #     git_token_holder: 'pt5ez622q7ct'
    #     git_token: '${{ secrets.CODING_TOKEN }}'
    #     commit_user: 'liziwl'
    #     commit_email: 'leezisy@gmail.com'
    #     push_dir: './docs/.vuepress/dist/'
    #     repository_url: 'e.coding.net/liziwl/sustech-online/sustech-online-pages.git'
    #     keep_history: false
    #     branch: master

    - name: copy file to server PVG
      uses: appleboy/scp-action@master