Fix the upload-artifact step looking for ".public" instead of "public"

This commit is contained in:
Joey Hafner 2024-07-18 21:19:21 -07:00
parent fcffba5e6d
commit ea4887b4c8
No known key found for this signature in database

View File

@ -60,7 +60,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'sites/Jafner.dev/.public'
path: 'sites/Jafner.dev/public'
deploy:
environment: