Skip to content

Commit

Permalink
fix(ci): adjust artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 3, 2024
1 parent 6c652b0 commit 2247151
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun i --no-save
- run: bun run build
- uses: actions/upload-artifact@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: docs
path: apps/docs/docs/dist
path: apps/docs/docs/dist/
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2247151

Please sign in to comment.