From 5922bcabcc290ca415690b4ef16b7283bb15fd31 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 9 Aug 2024 19:58:19 -0400 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index eef7fdf..9c5936d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 @@ -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: