Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan committed Jan 4, 2025
1 parent 7ab34f4 commit beff397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
run: trunk build --release

- name: Setup GitHub Pages
# if: github.event_name == 'push'
if: github.event_name == 'push'
uses: actions/configure-pages@v5

- name: Upload Pages artifact
# if: github.event_name == 'push'
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v3
with:
path: dist

- name: Deploy to GitHub Pages
# if: github.event_name == 'push'
if: github.event_name == 'push'
uses: actions/deploy-pages@v4

0 comments on commit beff397

Please sign in to comment.