mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix post-publish checkout ref
This commit is contained in:
parent
bc1326f16e
commit
7d1557a3cc
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -44,6 +44,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build main docs
|
||||
|
Loading…
Reference in New Issue
Block a user