diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd57499..cfbe22e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,7 @@ jobs: bun-version: latest - uses: actions/checkout@v6 - run: bun ci + - run: git clone --depth 1 ${{ vars.ARTICLES_REPOSITORY }} articles - run: bun run build - uses: actions/upload-artifact@v3 with: