Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkos-net committed Nov 30, 2024
2 parents 1cb54a5 + 545bb50 commit c333548
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
# set to false if you want all page build to be committed to your gh-pages branch history
single-commit: true
- name: Build artifact
run: ./trunk build --release
run: ./trunk build --release --public-url .
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
uses: actions/upload-artifact@v4
with:
name: whilers_web
path: dist

0 comments on commit c333548

Please sign in to comment.