Skip to content

调整持续分析文档目录结构 (#262) #209

调整持续分析文档目录结构 (#262)

调整持续分析文档目录结构 (#262) #209

Workflow file for this run

name: GIT SYNC
on: [ push, delete ]
jobs:
build:
if: github.repository == 'erda-project/docs'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: unshallow
run: git fetch --unshallow origin
- name: add remote
run: git remote add mirror https://${{ secrets.ERDA_CLOUD_MIRROR_GIT_USERNAME }}:${{ secrets.ERDA_CLOUD_MIRROR_GIT_PASSWORD }}@erda.cloud/erda/dop/erda-project/docs
- name: push
run: git push --tags --force --prune mirror "refs/remotes/origin/*:refs/heads/*"