fix(actions): clone articles repo before build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user