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 e567ce7 commit a537117Copy full SHA for a537117
.github/deploy-gh-pages.sh
@@ -31,4 +31,7 @@ if git diff --staged --quiet; then
31
exit 0
32
fi
33
git commit -a -m "CI: Update docs for ${GITHUB_REF#refs/tags/} ($head)"
34
-git push
+
35
36
37
+git push --dry-run
.github/workflows/deploy-docs.yml
@@ -2,6 +2,7 @@ name: Deploy docs
2
on:
3
push:
4
tags: ['[0-9]+.[0-9]+.*']
5
+ pull_request: { branches: [master] }
6
7
jobs:
8
deploy:
0 commit comments