We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ba314 commit 522f2a3Copy full SHA for 522f2a3
.github/workflows/static.yml
@@ -36,6 +36,10 @@ jobs:
36
- name: Install dependencies
37
run: npm ci
38
39
+ - name: Set I4K_FIND_URL fallback
40
+ run: |
41
+ echo "I4K_FIND_URL=${{ vars.I4K_FIND_URL != '' ? vars.I4K_FIND_URL: steps.deployment.outputs.page_url }}" >> $GITHUB_ENV
42
+
43
- name: Generate opensearch.xml
44
run: npm run opensearch assets/opensearch.xml
45
0 commit comments