mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix bad revision (#8617)
This commit is contained in:
parent
32c9f3e6fb
commit
c1d57f3e5f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
- name: Check if docs need to be deployed
|
||||
id: needs_deploying
|
||||
run: |
|
||||
if [[ $(git diff @~ -- ./docs ./website) ]]; then
|
||||
if [[ $(git diff HEAD^ -- ./docs ./website) ]]; then
|
||||
needs_deploying=true
|
||||
else
|
||||
needs_deploying=false
|
||||
|
Loading…
Reference in New Issue
Block a user