fix: github pages setup workflows

This commit is contained in:
Al Murad Uzzaman
2026-05-21 11:36:13 +06:00
parent 4283789f71
commit 59ffa14673

View File

@@ -47,6 +47,10 @@ jobs:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Setup Project - name: Setup Project
run: npm run project-setup run: npm run project-setup