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