Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny doc update to remote build trigger #1026

Merged
merged 2 commits into from
Apr 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/trigger_docs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

name: Trigger DEA Docs Build
# Documentation in this repo is not built in this GitHub Action. Instead, it is built by a separate Action in the dea-docs repo.
# See here: https://github.com/GeoscienceAustralia/dea-docs/blob/master/.github/workflows/main.yml

# The below action triggers a build in dea-docs when changes are pushed to the 'stable' branch in the current repo

on:
push:
Expand All @@ -15,4 +19,5 @@ jobs:
with:
token: ${{ secrets.REPO_PAT }}
repository: GeoscienceAustralia/dea-docs
event-type: republish-docs
event-type: republish-docs
treefern marked this conversation as resolved.
Show resolved Hide resolved