Skip to content

Commit ab7cb26

Browse files
committed
Fix Github Action script names.
1 parent aceb0aa commit ab7cb26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .github/workflows/pr-push.yml
2-
name: CI
2+
name: Publish to W3C
33
on:
44
pull_request: {}
55
push:

.github/workflows/vocabulary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See https://github.com/w3c/yml2vocab for more details
55
#
66
# Note that for this script to work, the repository setting for GitHub pages must be changed!
7-
name: Generate the vocabulary files and publish to Github Pages
7+
name: Publish to Github Pages
88
on:
99
push:
1010
branches: [main]

0 commit comments

Comments
 (0)