We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f8c8a commit 59a632aCopy full SHA for 59a632a
1 file changed
.github/workflows/fork_update.yml
@@ -54,3 +54,9 @@ jobs:
54
55
- name: Show value of 'has_new_commits'
56
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