chore(actions): add package.json as workaround in docs workflow

This commit is contained in:
Erica Marigold 2024-04-26 11:50:59 +05:30 committed by GitHub
parent ea8bd316de
commit 5274ae9390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- run: touch package.json
- name: Install PNPM
uses: pnpm/action-setup@v3