Skip to content

Commit

Permalink
try fix deploy url
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Jul 16, 2023
1 parent f2a864b commit 624e048
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
env:
I4K_FIND_URL: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm run opensearch public/opensearch.xml
- name: Generate opensearch.xml
run: npm run opensearch public/opensearch.xml
env:
I4K_FIND_URL: ${{ steps.deployment.outputs.page_url }}
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 624e048

Please sign in to comment.