Fixed base path in actions

This commit is contained in:
2025-10-20 17:54:37 +03:30
parent ffa7718203
commit 85907580fe

View File

@@ -30,7 +30,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Build project - name: Build project
run: pnpm build run: DEPLOY_ENV=GH_PAGES pnpm build
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'