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 b44e1e4 commit 5922bca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Deploy GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -41,10 +40,12 @@ jobs:
pycco record_linkage_example/record_linkage_example.py
pycco gazetteer_example/gazetteer_example.py
pycco pgsql_big_dedupe_example/pgsql_big_dedupe_example.py
mkdir assets
mv docs assets
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./docs
path: ./assets

# Deployment job
deploy:
Expand Down

0 comments on commit 5922bca

Please sign in to comment.