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 8, 2023
1 parent 20479e9 commit 6e9c928
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
git config user.name ${{ secrets.GITLAB_USER }}
git config user.email ${{ secrets.GITLAB_EMAIL }}
git checkout -b $GL_BRANCH_NAME
git cherry-pick $GITHUB_SHA
git cherry-pick --continue
git restore --staged !\*.md !\*.yaml
git rm --cached -r .
git add \*.md mkdocs.yaml
git commit --allow-empty -m "Created by $GITHUB_ACTOR"
git remote set-url origin ${{ secrets.GITLAB_DOC_URL }}
git push --set-upstream origin $GL_BRANCH_NAME

0 comments on commit 6e9c928

Please sign in to comment.