We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a14b02 commit 3eba354Copy full SHA for 3eba354
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
node-version: "18"
39
cache: 'npm'
40
- run: npm ci
41
- - run: npm run build --if-present
+ - run: npm run build -- --base=/2248-web/
42
- name: Setup Pages
43
uses: actions/configure-pages@v3
44
- name: Upload artifact
0 commit comments