mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Parametrized deploy action (#1496)
Co-authored-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
parent
0c65773ec1
commit
968d0d80fa
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
GH_NAME: ${{ secrets.GH_NAME }}
|
GH_NAME: ${{ secrets.GH_NAME }}
|
||||||
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
||||||
run: |
|
run: |
|
||||||
REMOTE="https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material"
|
REMOTE="https://${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}"
|
||||||
git config --global user.name "${GH_NAME}"
|
git config --global user.name "${GH_NAME}"
|
||||||
git config --global user.email "${GH_EMAIL}"
|
git config --global user.email "${GH_EMAIL}"
|
||||||
git remote set-url origin ${REMOTE}
|
git remote set-url origin ${REMOTE}
|
||||||
|
Loading…
Reference in New Issue
Block a user