You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
fix: GH docs update workflow (#3241)
This commit is contained in:
5
.github/workflows/docs-production-deploy.yml
vendored
5
.github/workflows/docs-production-deploy.yml
vendored
@ -124,11 +124,10 @@ jobs:
|
||||
run: |
|
||||
DOCS_VERSION=$(grep -oE 'v[0-9]+\.[0-9]+' <<< "${GITHUB_REF}")
|
||||
echo "DOCS_VERSION=${DOCS_VERSION}" >>"${GITHUB_ENV}"
|
||||
ln -sf ${DOCS_VERSION} latest
|
||||
rm latest
|
||||
ln -s "${DOCS_VERSION}" latest
|
||||
|
||||
- name: 'Push update for `latest` symlink'
|
||||
# The step will fail if no change was made; ignore that failure
|
||||
continue-on-error: true
|
||||
run: |
|
||||
git config user.name ${{ env.GIT_USER }}
|
||||
git config user.email ${{ env.GIT_EMAIL }}
|
||||
|
Reference in New Issue
Block a user