diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd57499..5af282f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,12 @@ jobs: bun-version: latest - uses: actions/checkout@v6 - run: bun ci + - uses: actions/checkout@v6 + with: + repository: ${{ vars.ARTICLES_REPOSITORY }} + ref: main + token: ${{ secrets.PRIVATE_CLONE_TOKEN }} + path: ./articles - run: bun run build - uses: actions/upload-artifact@v3 with: