We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10c9b37 + fbec670 commit 57aa7d8Copy full SHA for 57aa7d8
.github/workflows/preview.yml
@@ -41,7 +41,7 @@ jobs:
41
version: "1.6.0"
42
43
- name: Build project
44
- run: npm run build -- -u "https://ref.opendrea.am/pr-preview/pr-${{ github.event.number }}"
+ run: npm run build -- -u "https://ref.opendre.am/pr-preview/pr-${{ github.event.number }}"
45
46
- name: Build index
47
run: |
@@ -54,3 +54,4 @@ jobs:
54
source-dir: ./public/
55
umbrella-dir: ./pr-preview/
56
deploy-repository: ${{ env.DEPLOY_REPO_OWNER }}/${{ env.DEPLOY_REPO }}
57
+ custom-url: "https://ref.opendre.am/"
0 commit comments