Update deploy.yml

This commit is contained in:
Dave 2023-05-27 19:40:35 +01:00 committed by GitHub
parent a52358e3ac
commit 53f62c8a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,11 @@ jobs:
- name: Install and Build 🔧 - name: Install and Build 🔧
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: JamesIves/github-pages-deploy-action@v4
with: with:
branch: gh-pages branch: gh-pages
folder: dist folder: dist