Skip to content

Commit 53491d1

Browse files
authored
Update UpdateReadme.yml
1 parent 1b08489 commit 53491d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/UpdateReadme.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77

88
jobs:
99
call-shared:
10+
if: ${{ hashFiles('README.template.md') != '' }} # only run if the file exists
1011
uses: control-toolbox/CTActions/.github/workflows/update-readme.yml@main
1112
with:
1213
template_file: README.template.md
1314
output_file: README.md
1415
package_name: CTAppTemplate # package for INSTALL.md
1516
repo_name: CTAppTemplate.jl # repository for CONTRIBUTING.md links
16-
citation_badge: "[![DOI](https://zenodo.org/badge/541187171.svg)](https://zenodo.org/doi/10.5281/zenodo.16753152)" # example of Zenodo badge
17+
citation_badge: "[![DOI](https://zenodo.org/badge/541187171.svg)](https://zenodo.org/doi/10.5281/zenodo.16753152)" # example, can be empty
1718
assignee: "ocots"
1819
secrets: inherit

0 commit comments

Comments
 (0)