Update node.js.yml
This commit is contained in:
@@ -13,7 +13,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x]
|
node-version: [18.x]
|
||||||
@@ -32,5 +33,6 @@ jobs:
|
|||||||
uses: actions/upload-pages-artifact@v1.0.8
|
uses: actions/upload-pages-artifact@v1.0.8
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Deploy GitHub Pages site
|
- name: Deploy GitHub Pages site
|
||||||
uses: actions/deploy-pages@v2.0.1
|
uses: actions/deploy-pages@v2.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user