Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Aug 9, 2024
1 parent a084f5d commit b44e1e4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,21 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: install
run: pip install pycco
- name: build
run: |
pycco csv_example/csv_example.py
pycco mysql_example/mysql_example.py
pycco mysql_example/mysql_init_db.py
pycco patent_example/patent_example.py
pycco record_linkage_example/record_linkage_example.py
pycco gazetteer_example/gazetteer_example.py
pycco pgsql_big_dedupe_example/pgsql_big_dedupe_example.py
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./docs

# Deployment job
deploy:
Expand Down

0 comments on commit b44e1e4

Please sign in to comment.