Skip to content

Commit

Permalink
Remove path prefix in prep for DNS switch (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Apr 18, 2024
1 parent ce9b281 commit b5f8d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build website
run: |
npm install
PATH_PREFIX="theia-website" npm run build -- --prefix-paths
npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa #v3
with:
Expand Down

0 comments on commit b5f8d30

Please sign in to comment.