Fix GH Pages deploy workflow
This commit is contained in:
parent
86bc2f7c2e
commit
674e330290
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Deploy Site
|
||||
name: Deploy to GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Install dependencies with npm
|
||||
run: npm ci
|
||||
- name: Build with NPM
|
||||
run: npm package
|
||||
run: npm run package
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue