This commit is contained in:
2024-03-22 08:47:25 +05:30
parent c872c68e2a
commit 903f1df7dc

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Build website - name: Build documents
run: npm run build run: npm run build
# Popular action to deploy to GitHub Pages: # Popular action to deploy to GitHub Pages: