Skip to content

Commit

Permalink
Update mkdocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
manuellysuzik authored Aug 7, 2023
1 parent eaf2a36 commit c01c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 checkout -b $BRANCH_NAME
git checkout -b $GL_BRANCH_NAME
git cherry-pick -n $LATEST_TAG
git reset $(git merge-base $CURRENT_GH_BRANCH $GL_BRANCH_NAME)
git add \*.md docs/
Expand Down

0 comments on commit c01c154

Please sign in to comment.