We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5974d5 commit 3987823Copy full SHA for 3987823
.github/workflows/website.yml
@@ -20,7 +20,9 @@ jobs:
20
- name: Install
21
run: yarn install
22
- name: Build
23
- run: npm run website -- --metadataversion="${CURRENT_VERSION}"
+ run: |
24
+ yarn install
25
+ npm run website -- --metadataversion="${CURRENT_VERSION}"
26
env:
27
CURRENT_VERSION: ${{ env.CURRENT_VERSION }}
28
working-directory: example/
0 commit comments