add a web script

This commit is contained in:
M Sarmad Qadeer
2022-07-31 14:39:35 +05:00
parent cc1c1b8d2b
commit 02f326cebc
4 changed files with 23 additions and 4 deletions
+1 -4
View File
@@ -23,10 +23,7 @@ jobs:
- name: Install dependencies & build
run: |
cd ./website
npm i
npm run build
npm run build-tailwind
./web.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3