Skip to content

Merge pull request #1185 from GeoscienceAustralia/develop #65

Merge pull request #1185 from GeoscienceAustralia/develop

Merge pull request #1185 from GeoscienceAustralia/develop #65

Workflow file for this run

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:
branches:
- stable
jobs:
trigger_docs:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_PAT }}
repository: GeoscienceAustralia/dea-docs
event-type: republish-docs