Skip to content

Commit

Permalink
humbug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Jan 10, 2025
1 parent 238a986 commit 57db11a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57db11a

Please sign in to comment.