Skip to content

Commit

Permalink
🔧 Fix: Try to correct path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Sep 8, 2024
1 parent a4ea30d commit 5fb8f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
working-directory: "KitX Website Flutter/kitx_website"
shell: pwsh
run: "& build.ps1 -baseHref /KitX-Website/"
run: \& build.ps1 -baseHref "/KitX-Website/"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 5fb8f27

Please sign in to comment.