Skip to content

Commit 2930687

Browse files
authored
Update website.yml
1 parent 01b3e03 commit 2930687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: |
2626
yarn install
27-
npm run website -- --metadataversion="${CURRENT_VERSION}"
27+
npm run website -- --metadataVersion="${CURRENT_VERSION}"
2828
env:
2929
OWNER_NAME: ${{ env.OWNER_NAME }}
3030
REPO_NAME: ${{ env.REPO_NAME }}
@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./example/dist
37+
publish_dir: ./example/dist

0 commit comments

Comments
 (0)