Update node.js.yml
This commit is contained in:
parent
753c161983
commit
f9ff8af616
1 changed files with 2 additions and 2 deletions
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
|
@ -61,12 +61,12 @@ jobs:
|
|||
with:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v2
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: ./dist
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
|
|
Reference in a new issue