Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jun 6, 2022
1 parent 3b39d34 commit eb5d6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-demo-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
putup demo-dsproject --dsproject -d "Demonstration of a project generated with the Data Science project extension of PyScaffold" -u https://github.com/pyscaffold/pyscaffoldext-dsproject -l MIT
cd demo-dsproject
echo -e "[![ReadTheDocs](https://readthedocs.org/projects/dsproject-demo/badge/?version=latest)](https://dsproject-demo.readthedocs.io/)\n$(cat README.md)" > README.md
git commit -a -m "Added ReadTheDocs Badge"
rm -rf .git # for github-action-push-to-another-repository to work
- name: Push to dsproject-demo
uses: cpina/github-action-push-to-another-repository@devel
env:
Expand Down

0 comments on commit eb5d6b6

Please sign in to comment.