From 57db11a0922d2c9938356fcb05378230f232b531 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Fri, 10 Jan 2025 10:51:58 -0700 Subject: [PATCH] humbug --- .github/workflows/deploy_all.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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