Skip to content

Commit

Permalink
Specify dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Dec 19, 2024
1 parent 263f9c1 commit 10f2901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install trunk
run: cargo install trunk
- name: Build project
run: trunk build --release --verbose --public-url "/${{ github.event.repository.name }}" ./demo/index.html
run: trunk build --release --verbose --public-url "/${{ github.event.repository.name }}" ./demo/index.html --dist ./demo/dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 10f2901

Please sign in to comment.