Debugging deploy

pull/667/head
sobolevn 3 years ago
parent eb31d25b5f
commit 2390edf60e
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -1,4 +1,4 @@
name: Deploy Documentation to Github Pages
name: github-pages
on:
push:

@ -152,9 +152,9 @@ build-release: clean build-man
.PHONY: release
release: build-release
env
@[ -z "${SECRETS_ARTIFACTORY_CREDENTIALS}" ] \
&& echo 'SECRETS_ARTIFACTORY_CREDENTIALS is unset' && exit 1 || true
env
docker run \
--volume="$${PWD}:/code" \
-e SECRETS_ARTIFACTORY_CREDENTIALS \

Loading…
Cancel
Save