Skip to content

Commit

Permalink
fix: Fix path to rendered files for web (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Nov 27, 2024
1 parent 5ba7210 commit ea5e54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload Pages HTML
uses: actions/upload-pages-artifact@v3
with:
path: build/web
path: src/support_sphere/build/web

- name: Setup GitHub Pages
uses: actions/configure-pages@v5
Expand All @@ -49,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-${{ runner.os }}
path: build/web/
path: src/support_sphere/build/web/

0 comments on commit ea5e54b

Please sign in to comment.