Update node.js.yml

This commit is contained in:
Henry Hiles 2022-11-15 11:14:39 -05:00 committed by GitHub
parent fb3cd1da70
commit 753c161983
Failed to generate hash of commit

View file

@ -24,7 +24,6 @@ concurrency:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -68,9 +67,6 @@ jobs:
uses: actions/configure-pages@v2 uses: actions/configure-pages@v2
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: ./dist
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1