Skip to content

Commit

Permalink
Fix add_mod_port not triggering hugo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 10, 2024
1 parent 5d95c10 commit 9e477ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/add_mod_port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
cache-dependency-path: scripts/requirements.txt

- name: Install dependencies
run: |
pip install -r scripts/requirements.txt
run: pip install -r scripts/requirements.txt

- name: Run add_mod_port.py
run: |
Expand All @@ -64,3 +63,8 @@ jobs:
git add .
git commit -m "[Wurst-Bot] Port $MOD $MOD_VERSION to Minecraft $MC_VERSION ($MODLOADER)"
git push
# For some reason the commit above doesn't automatically trigger the hugo
# workflow, so we need to explicitly start it here.
- name: Trigger hugo workflow
run: gh workflow run hugo.yml

0 comments on commit 9e477ea

Please sign in to comment.