aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStephano Cetola <scetola@linuxfoundation.org>2021-12-28 14:37:26 -0800
committerGitHub <noreply@github.com>2021-12-28 14:37:26 -0800
commit4e61dfb72bc7ac4d44ba6089c259c47b3a3f3a16 (patch)
tree4dc68a437c207b545eee722bee39d77e6a6e0a9a /.github/workflows
parent2c6827724be4ac660c0fe93804e7f61a56a62e08 (diff)
downloadriscv-isa-manual-4e61dfb72bc7ac4d44ba6089c259c47b3a3f3a16.zip
riscv-isa-manual-4e61dfb72bc7ac4d44ba6089c259c47b3a3f3a16.tar.gz
riscv-isa-manual-4e61dfb72bc7ac4d44ba6089c259c47b3a3f3a16.tar.bz2
add dummy GitHub action (#802)
In order to test the new build of the Asciidoc using a GitHub action off the "convert2adoc" branch, the master branch must have a GitHub action with the same name. Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-pdf.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml
new file mode 100644
index 0000000..ccf55cd
--- /dev/null
+++ b/.github/workflows/build-pdf.yml
@@ -0,0 +1,9 @@
+name: Build Document PDF
+
+on:
+ workflow_dispatch:
+
+jobs:
+ DummyJob:
+ steps:
+ - name: DummyStep