mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
chore(actions): add package.json as workaround in docs workflow
This commit is contained in:
parent
ea8bd316de
commit
5274ae9390
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: touch package.json
|
||||
|
||||
- name: Install PNPM
|
||||
uses: pnpm/action-setup@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue