We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2593299 commit 47fa0a9Copy full SHA for 47fa0a9
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-# A workflow to create the UAVCAN Specification PDF
+# A workflow to create the Cyphal Specification PDF
2
3
name: CI
4
on: push
@@ -15,7 +15,7 @@ jobs:
15
with:
16
submodules: recursive
17
18
- # Compile the UAVCAN specification with texer DockerHub container
+ # Compile the Cyphal specification with texer DockerHub container
19
- name: Run texer container
20
uses: docker://uavcan/texer:ubuntu-18.04
21
@@ -26,5 +26,5 @@ jobs:
26
- name: Upload pdf as an artifact
27
uses: actions/upload-artifact@v2
28
29
- name: UAVCAN Specification
30
- path: specification/UAVCAN_Specification.pdf
+ name: Cyphal Specification
+ path: specification/Cyphal_Specification.pdf
0 commit comments