Update node.js.yml

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

View file

@ -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