Skip to content

Commit 47fa0a9

Browse files
Update the CI/CD config
1 parent 2593299 commit 47fa0a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A workflow to create the UAVCAN Specification PDF
1+
# A workflow to create the Cyphal Specification PDF
22

33
name: CI
44
on: push
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
submodules: recursive
1717

18-
# Compile the UAVCAN specification with texer DockerHub container
18+
# Compile the Cyphal specification with texer DockerHub container
1919
- name: Run texer container
2020
uses: docker://uavcan/texer:ubuntu-18.04
2121
with:
@@ -26,5 +26,5 @@ jobs:
2626
- name: Upload pdf as an artifact
2727
uses: actions/upload-artifact@v2
2828
with:
29-
name: UAVCAN Specification
30-
path: specification/UAVCAN_Specification.pdf
29+
name: Cyphal Specification
30+
path: specification/Cyphal_Specification.pdf

0 commit comments

Comments
 (0)