Skip to content

Commit

Permalink
Improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
manuellysuzik authored Aug 7, 2023
1 parent b9bb410 commit b0b352b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
git config user.name ${{ secrets.GITLAB_USER }}
git config user.email ${{ secrets.GITLAB_EMAIL }}
git remote set-url origin ${{ secrets.GITLAB_DOC_URL }}
git cherry-pick $LATEST_TAG && git commit -m "Created by ${{github.event.pull_request.assignee.email}}"
git cherry-pick -n $LATEST_TAG && git reset -soft HEAD~
git add docs/... **.md
git commit --allow-empty -m "Created by ${{github.event.pull_request.assignee.email}}"
git push origin main

0 comments on commit b0b352b

Please sign in to comment.