Skip to content

Commit

Permalink
fix(workflow): correct artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutchison committed Jan 29, 2024
1 parent a562cd4 commit 890ceb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy.yml
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
with:
path: dist

# Deployment job
deploy:
Expand Down

0 comments on commit 890ceb3

Please sign in to comment.