Update deploy.yml

This commit is contained in:
Dave 2023-05-23 18:17:15 +01:00 committed by GitHub
parent 60b3bee450
commit cf68a2afcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm build
- run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5