chore: fix syntax issue

This commit is contained in:
nxglabs
2023-12-18 20:44:09 +05:30
parent f75710c836
commit f7f5c2de37
+3 -2
View File
@@ -21,9 +21,10 @@ jobs:
node-version: 18
cache: npm
- name: Install dependencies
- name: Change dir
run: cd docs
npm ci
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build