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 2b58b4d commit b9bb410
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
token: ${{ secrets.GITLAB_DOCS_TOKEN }}

- name: Update Gitlab Documentation
run: |
LATEST_TAG=$(git describe --tags --always --abbrev=0)
BRANCH_NAME="update-maestro-documentation_$LATEST_TAG"
BRANCH_NAME="documentation-ref_$LATEST_TAG"
echo Starting to push documentation changes to gitlab...
git config user.name ${{ secrets.GITLAB_USER }}
git config user.email ${{ secrets.GITLAB_EMAIL }}
Expand Down

0 comments on commit b9bb410

Please sign in to comment.