Update ci.yml

tweak
This commit is contained in:
tteckster 2024-01-24 12:51:09 -05:00 committed by GitHub
parent 2f2f297555
commit d2f13f7940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -21,11 +21,3 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: npm
- name: Install dependencies
run: npm install
- name: Build and test
run: npm run build
- name: Deploy to GitHub Pages
run: npm run deploy -- -m "Update GitHub Pages"