Update deploy.yml

This commit is contained in:
Dave 2023-05-23 18:09:11 +01:00 committed by GitHub
parent f8b25153c6
commit 5dcfd5a793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
npm ci
npm run build
- run: npm ci
- run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5