Skip to content

Commit da79065

Browse files
authored
Fix static deploy (#48)
1 parent d8c15d8 commit da79065

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
working-directory: www
3333

3434
- name: Build project
35-
with:
36-
working-directory: www
3735
run: npm run build
36+
working-directory: www
3837

3938
- name: Setup Pages
4039
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)