Skip to content

Commit

Permalink
Add docu sync for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Jul 9, 2023
1 parent 60220b5 commit 56a4cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/sync_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ if [[ $EVENT == "push" ]]; then
elif [[ $EVENT == "release" ]]; then
git commit -m "Sync docs for release ${COMMIT_URL}/releases/tag/${TAG_NAME}"
fi
git pull
git push https://${TOKEN}@${REPO_URL}

0 comments on commit 56a4cbf

Please sign in to comment.