Skip to content

Commit c6f338d

Browse files
authored
Merge pull request #79 from python-project-templates/tkp/cp
fix copypasta
2 parents c5ef74b + bc2e300 commit c6f338d

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Public Docs
1+
name: Publish Docs
22

33
on:
44
push:

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Public Docs
1+
name: Publish Docs
22

33
on:
44
push:

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Public Docs
1+
name: Publish Docs
22

33
on:
44
push:

python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Public Docs
1+
name: Publish Docs
22

33
on:
44
push:

rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Public Docs
1+
name: Publish Docs
22

33
on:
44
push:

rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Docs
1+
name: Publish Docs
2+
23
on:
34
push:
45
branches:

rustjswasm/.github/workflows/{% if add_wiki %}wiki.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Docs
1+
name: Publish Wiki
22

33
on:
44
push:

0 commit comments

Comments
 (0)