Skip to content

Commit 9daaf6a

Browse files
committed
tooling: rename workflows
this should enable us to use the names/descriptions in github's own badges - no need to use shields ...
1 parent 9f01efd commit 9daaf6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docsify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Convert Markdown sources to DOCSIFY
1+
name: Docsify Preview
22

33
on:
44
# push on master branch

.github/workflows/gfm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Convert Markdown sources to GFM
1+
name: GitHub Preview
22

33
on:
44
# push on master branch

.github/workflows/pdf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Convert Markdown sources to PDF
1+
name: PDF-Version
22

33
on:
44
# push on master branch

0 commit comments

Comments
 (0)