Skip to content

Commit

Permalink
fix: base path
Browse files Browse the repository at this point in the history
  • Loading branch information
barthy-koeln committed Feb 28, 2024
1 parent ddbac17 commit a5361b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: yarn install --frozen-lockfile
working-directory: ${{ env.BUILD_PATH }}
- name: Build with vite
run: yarn build
run: yarn build-only --base=/3d-scroll-experience/
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit a5361b2

Please sign in to comment.