You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pr...@apache.org on 2020/09/08 17:05:24 UTC

[incubator-nuttx-website] branch master updated: CI: Add documentation on triggering the workflow

This is an automated email from the ASF dual-hosted git repository.

protobits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d943dbf  CI: Add documentation on triggering the workflow
d943dbf is described below

commit d943dbfa7cf7717df328bbef871cb50d2725b0fe
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Tue Sep 8 09:17:01 2020 -0700

    CI: Add documentation on triggering the workflow
    
    Signed-off-by: Brennan Ashton <ba...@brennanashton.com>
---
 README.md       |   9 +++++++++
 ci-workflow.png | Bin 0 -> 35518 bytes
 2 files changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 8276eca..f847a02 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,15 @@ running from within the directory:
 Site is updated by a CI job that runs the `publish.sh` script. Once this
 runs it the results will be visible [https://nuttx.apache.org](here).
 
+### Force Deployment
+
+If a dependency has changed such as the external documentation you may
+need to force the deployment CI to run. This can be done from the [CI
+Actions](https://github.com/apache/incubator-nuttx-website/actions?query=workflow%3ACI)
+tab and selecting **Run workflow** -> **Branch: master** --> **Run workflow**
+
+![Trigger Workflow](ci-workflow.png)
+
 ## Adding contributors
 
 To add a contributor to the project, or to modify existing contributors,
diff --git a/ci-workflow.png b/ci-workflow.png
new file mode 100644
index 0000000..56a36c8
Binary files /dev/null and b/ci-workflow.png differ