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