mirror of
https://github.com/SoPat712/fair-housing-map.git
synced 2025-08-21 15:48:46 -04:00
Update deploy.yml
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user