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 9, 2023
1 parent a59a677 commit f6442e9
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 @@ -35,12 +35,14 @@ jobs:
fetch-depth: 0
- name: Update Gitlab Documentation
run: |
GL_BRANCH_NAME="documentation-ref_$GITHUB_SHA"
cd ..
git clone ${{ secrets.GITLAB_DOC_URL }}
ls
GL_BRANCH_NAME="documentation-ref_$GITHUB_SHA"
git config user.name ${{ secrets.GITLAB_USER }}
git config user.email ${{ secrets.GITLAB_EMAIL }}
cp ../**/*.md .
cp ../maestro/**/*.md .
git checkout -b $GL_BRANCH_NAME
git add .
git commit --allow-empty -m "Created by $GITHUB_ACTOR"
Expand Down

0 comments on commit f6442e9

Please sign in to comment.