mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
28e236f1a6
commit
9e596d0761
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -87,6 +87,8 @@ jobs:
|
|||||||
name: Deploy docs (if needed)
|
name: Deploy docs (if needed)
|
||||||
if: ${{ needs.check-docs.outputs.needs_deploying == 'true' && github.event_name != 'pull_request' }}
|
if: ${{ needs.check-docs.outputs.needs_deploying == 'true' && github.event_name != 'pull_request' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -41,4 +41,4 @@ package.json
|
|||||||
test/assets/
|
test/assets/
|
||||||
vendor/
|
vendor/
|
||||||
docs/
|
docs/
|
||||||
|
versioned_*/
|
@ -1,3 +1 @@
|
|||||||
[
|
["15.3.0"]
|
||||||
"15.3.0"
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user