Commit abac6a3 1 parent 6d7dff1 commit abac6a3 Copy full SHA for abac6a3
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,12 @@ jobs:
510
510
511
511
This example builds a [pkgdown](https://pkgdown.r-lib.org/) site for a
512
512
repository and pushes the built package to [GitHub
513
- Pages](https://pages.github.com/).
513
+ Pages](https://pages.github.com/). The inclusion of
514
+ [`workflow_dispatch`](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#workflow_dispatch)
515
+ means the workflow can be [run manually, from the
516
+ browser](https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow),
517
+ or [triggered via the GitHub REST
518
+ API](https://docs.github.com/en/rest/reference/actions/#create-a-workflow-dispatch-event).
514
519
515
520
` ` ` yaml
516
521
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
You can’t perform that action at this time.
0 commit comments