Skip to content

Commit 59a632a

Browse files
authored
Call deploy from fork_update workflow
1 parent f7f8c8a commit 59a632a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/fork_update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ jobs:
5454

5555
- name: Show value of 'has_new_commits'
5656
run: echo ${{ steps.sync.outputs.has_new_commits }}
57+
58+
# After syncing, run the deploy workflow to actually push the docs.
59+
# This is not auto-triggered by the push done in the above sync since we're running in a workflow
60+
call-pages-workflow:
61+
uses: ./.github/workflows/deploy.yml
62+
secrets: inherit

0 commit comments

Comments
 (0)