Update deploy.yml

This commit is contained in:
Josh Patra
2025-08-13 13:33:48 -04:00
committed by GitHub
parent 3accdd031a
commit 0365a56ca5

View File

@@ -27,10 +27,15 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Prepare artifact folder
run: |
mkdir artifact
cp hunterdon_fair_housing_map.html artifact/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'hunterdon_fair_housing_map.html'
path: 'artifact'
- name: Deploy to GitHub Pages
id: deployment