Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
typesense wieder rein
  • Loading branch information
martinantonmueller authored Jun 24, 2022
1 parent ab5d44e commit 7d4b126
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
env:
ANT_OPTS: -Xmx5g
TYPESENSE_HOST: typesense.acdh-dev.oeaw.ac.at
TYPESENSE_PORT: 443
TYPESENSE_PROTOCOL: https
TYPESENSE_API_KEY: ${{secrets.TYPESENSE_API_KEY}}
steps:
- name: Perform Checkout
uses: actions/checkout@v2
Expand All @@ -30,4 +34,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_dir: ./html
publish_dir: ./html

0 comments on commit 7d4b126

Please sign in to comment.