fix(actions): clone articles repo before build
Deploy / build (push) Successful in 3m43s
Deploy / deploy (push) Successful in 1m48s

This commit is contained in:
2026-05-01 23:13:26 +02:00
parent 2639c87576
commit 44a08ad715
+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: ${{ secrets.PRIVATE_CLONE_TOKEN }}
path: ./articles
- run: bun run build
- uses: actions/upload-artifact@v3
with: