Skip to content

Commit

Permalink
Fix static deploy (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Jan 16, 2025
1 parent d8c15d8 commit da79065
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
working-directory: www

- name: Build project
with:
working-directory: www
run: npm run build
working-directory: www

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit da79065

Please sign in to comment.