fix(actions): clone articles repo before build
Deploy / build (push) Failing after 2m15s
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-05-01 23:13:26 +02:00
parent 2639c87576
commit 4c4ff7e5af
+6
View File
@@ -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: ${{ github.token }}
path: ./articles
- run: bun run build
- uses: actions/upload-artifact@v3
with: