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 b3c7a54 commit 20479e9
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 @@ -42,7 +42,7 @@ jobs:
git checkout -b $GL_BRANCH_NAME
git cherry-pick $GITHUB_SHA
git cherry-pick --continue
git restore --staged !\*.md
git restore --staged !\*.md !\*.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 20479e9

Please sign in to comment.