We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10110e4 commit 70b0b0cCopy full SHA for 70b0b0c
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: build
29
env:
30
- BASE_PATH: "/orcfax.io"
+ BASE_PATH: "/${{ github.event.repository.name }}"
31
run: |
32
pnpm run build
33
0 commit comments