mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Docs Triggers (#555)
Idk why the triggers don't work on the release build action ## Bug fixes - Doc build actually triggers yippee - Triggers on push to main instead of release build bc aaaaaaaaaa
This commit is contained in:
commit
41eb8438eb
2
.github/workflows/docs_build.yml
vendored
2
.github/workflows/docs_build.yml
vendored
@ -12,7 +12,7 @@ on:
|
||||
branches: [main]
|
||||
paths:
|
||||
- docs/**
|
||||
- NewHorizons/Schemas/*.xsd
|
||||
- NewHorizons/Schemas/*
|
||||
|
||||
env:
|
||||
URL_PREFIX: '/'
|
||||
|
||||
7
.github/workflows/release_build.yml
vendored
7
.github/workflows/release_build.yml
vendored
@ -35,13 +35,6 @@ jobs:
|
||||
with:
|
||||
artifact_name: NewHorizons-Schemas-Release
|
||||
secrets: inherit
|
||||
Update_Docs:
|
||||
name: 'Update Docs'
|
||||
needs: Build
|
||||
if: ${{ needs.Build.outputs.schemas_changed == 'true' && github.ref == 'refs/heads/main' }} # Same thing with docs
|
||||
uses: './.github/workflows/docs_build.yml'
|
||||
with:
|
||||
schemas_artifact: NewHorizons-Schemas-Debug
|
||||
Update_Release:
|
||||
name: 'Create/Update Release Asset'
|
||||
needs: Build
|
||||
|
||||
@ -21,3 +21,5 @@ aaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
## 9/2/22
|
||||
|
||||
Where were you when new horizons docs died, im going gorbo mode
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user