Update deploy.yml

This commit is contained in:
2025-10-06 16:37:21 +07:00
committed by GitHub
parent 6159d20fdd
commit de41e163b9
+2
View File
@@ -16,6 +16,8 @@ jobs:
node-version: "22" node-version: "22"
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Change content submodule URL
run: cd content/ && git remote set-url origin https://github.com/techitwinner/web-content.git && cd ../
- name: Fetch contents - name: Fetch contents
run: git submodule update --init --remote run: git submodule update --init --remote
- name: Generate static pages - name: Generate static pages