Fixed CI / Fixed exponentially increasing broken blocks
This commit is contained in:
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
- name: Update docs
|
||||
run: |
|
||||
cd ../
|
||||
git config --global user.email "cli@github.com"
|
||||
git config --global user.name "Github Actions"
|
||||
git clone --depth=1 https://github.com/MindustryGame/docs.git
|
||||
cp -a Mindustry/core/build/docs/javadoc/. docs/
|
||||
cd docs
|
||||
|
||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
- name: Run unit tests
|
||||
run: ./gradlew test
|
||||
- name: Trigger BE build
|
||||
if: ${{ github.repository == ‘Anuken/Mindustry’ }}
|
||||
run: |
|
||||
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
|
||||
cd ../MindustryBuilds
|
||||
|
||||
Reference in New Issue
Block a user