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 01b3e03 commit 2930687Copy full SHA for 2930687
.github/workflows/website.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build
25
run: |
26
yarn install
27
- npm run website -- --metadataversion="${CURRENT_VERSION}"
+ npm run website -- --metadataVersion="${CURRENT_VERSION}"
28
env:
29
OWNER_NAME: ${{ env.OWNER_NAME }}
30
REPO_NAME: ${{ env.REPO_NAME }}
@@ -34,4 +34,4 @@ jobs:
34
uses: peaceiris/actions-gh-pages@v3
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
- publish_dir: ./example/dist
+ publish_dir: ./example/dist
0 commit comments