From de41e163b9cd2e4e30de0e55d2350816e620c264 Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Mon, 6 Oct 2025 16:37:21 +0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b859314..8ecefb9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ jobs: node-version: "22" - name: Install dependencies 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 run: git submodule update --init --remote - name: Generate static pages @@ -47,4 +49,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4