fix: faster page loading with no async
This commit is contained in:
@@ -20,8 +20,7 @@ jobs:
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- run: git clone ${{ vars.ARTICLES_REPOSITORY }} articles
|
||||
- run: bun run build-only
|
||||
- run: bun run post-build
|
||||
- run: bun run build
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: production-files
|
||||
|
||||
Reference in New Issue
Block a user