Skip to content

Commit 58b4233

Browse files
committed
Do not sign docs in container
1 parent a86d5cb commit 58b4233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish-site.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-php/
2525

2626
echo "# Deploy site"
2727
git add -f .
28-
git commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
29-
git push -fq origin gh-pages
28+
git commit -c commit.gpgsign=false -m "Pushed the latest Docs to GitHub pages [skip CI]"
29+
git push -fq origin gh-pages

0 commit comments

Comments
 (0)