diff --git a/.github/workflows/deploy_all.yml b/.github/workflows/deploy_all.yml index 101b6c2..af7b3d9 100644 --- a/.github/workflows/deploy_all.yml +++ b/.github/workflows/deploy_all.yml @@ -163,6 +163,13 @@ jobs: runs-on: ubuntu-latest steps: + - name: Pull .github folder from ci_cd repository + run: | + git clone --depth=1 https://github.com/blazium-engine/ci_cd.git ci_cd_repo + cp -r ci_cd_repo/.github ./ + mv ci_cd_repo/cicd ./ + rm -rf ci_cd_repo + - name: Update Cerebro of new Version id: new_version uses: ./.github/actions/cerebro-update-version