Skip to content

Commit a537117

Browse files
committed
test deploy-docs workflow ...
1 parent e567ce7 commit a537117

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/deploy-gh-pages.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ if git diff --staged --quiet; then
3131
exit 0
3232
fi
3333
git commit -a -m "CI: Update docs for ${GITHUB_REF#refs/tags/} ($head)"
34-
git push
34+
35+
36+
37+
git push --dry-run

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy docs
22
on:
33
push:
44
tags: ['[0-9]+.[0-9]+.*']
5+
pull_request: { branches: [master] }
56

67
jobs:
78
deploy:

0 commit comments

Comments
 (0)