We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179df2d commit 13eb372Copy full SHA for 13eb372
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: build
24
env:
25
BASE_PATH: '/${{ github.event.repository.name }}'
26
- run: |
+ run: |
27
npm run build
28
29
- name: Upload Artifacts
0 commit comments