Update deploy.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user