-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11b1a7c
commit 149d979
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,19 +129,19 @@ jobs: | |
path: | | ||
.doc/_notebooks | ||
# trigger rtd if previous job was successful | ||
rtd: | ||
name: Read the Docs trigger | ||
needs: rtd_build | ||
runs-on: ubuntu-latest | ||
|
||
if: | ||
github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push' | ||
steps: | ||
- name: Trigger RTDs build on master and develop branches | ||
uses: dfm/[email protected] | ||
with: | ||
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }} | ||
webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }} | ||
commit_ref: ${{ github.ref }} | ||
# trigger rtd if previous job was successful | ||
rtd: | ||
name: Read the Docs trigger | ||
needs: rtd_build | ||
runs-on: ubuntu-latest | ||
|
||
if: | ||
github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push' | ||
steps: | ||
- name: Trigger RTDs build on master and develop branches | ||
uses: dfm/[email protected] | ||
with: | ||
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }} | ||
webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }} | ||
commit_ref: ${{ github.ref }} | ||
|