mirror of
https://github.com/SoPat712/fair-housing-map.git
synced 2025-08-21 07:38:45 -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
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
|
||||||
|
- name: Prepare artifact folder
|
||||||
|
run: |
|
||||||
|
mkdir artifact
|
||||||
|
cp hunterdon_fair_housing_map.html artifact/
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: 'hunterdon_fair_housing_map.html'
|
path: 'artifact'
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
|
Reference in New Issue
Block a user