Skip to content

Commit

Permalink
resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Aug 26, 2024
2 parents 41a26b5 + 0bf7c7b commit e695c39
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Fetch build and publish

on:
schedule:
- cron: "20 */12 * * *"
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down Expand Up @@ -52,7 +50,7 @@ jobs:
pip install -U pip
pip install -r build_app/python/requirements.txt
./build_app/shell/attributes.sh
python build_app/python/denormalize_indices.py
./build_app/shell/denormalize.sh
- name: Build
run: |
ant -f build_app/ant/build.xml
Expand All @@ -66,6 +64,9 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
# - name: Build Typesense Index
# run: |
# python build_app/python/make_ts_index.py
- name: Preprocess data for Typesense
run: |
ant -f build_app/ant/fixtures.xml
- name: Build Typesense Index
run: |
python build_app/python/make_ts_index.py

0 comments on commit e695c39

Please sign in to comment.