feat: action changes and edit link

This commit is contained in:
Jacob Nguyen
2022-08-13 16:34:53 -05:00
parent d30eb72469
commit 8845e3827d
4 changed files with 21 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ jobs:
cache: npm
- name: Install dependencies
run: npm install
run: npm ci
- name: Build website
run: npm run build