We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86d5cb commit 58b4233Copy full SHA for 58b4233
scripts/publish-site.sh
@@ -25,5 +25,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-php/
25
26
echo "# Deploy site"
27
git add -f .
28
-git commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
29
-git push -fq origin gh-pages
+git commit -c commit.gpgsign=false -m "Pushed the latest Docs to GitHub pages [skip CI]"
+git push -fq origin gh-pages
0 commit comments