0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00

chore: re-build docs after versioning in pre-release ()

This commit is contained in:
Alex Rudenko 2022-09-05 12:03:10 +02:00 committed by GitHub
parent 7b42250c7b
commit 2134d975df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@ jobs:
npm install
npm run docusaurus docs:version $(jq -r .version ../package.json)
npm run archive
- name: Re-build docs after versioning
env:
PUBLISH: 1
run: |
npm run docs
- name: Format
run: npm run format
- name: Commit