1

Fix artifact name

This commit is contained in:
Evan Pratten 2022-12-18 12:10:56 -05:00
parent 6c1edacc0f
commit 66fc339bd2

@ -15,7 +15,7 @@ jobs:
- name: Download bundle artifact
uses: actions/download-artifact@v2
with:
name: website
name: website-static-bundle
path: ./public
- name: Deploy to GitHub Pages