Skip to content

Commit

Permalink
fix: Ensure we can publish to Azure Static sites
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 28, 2024
1 parent 7893c56 commit 646303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: dist
name: site
path: dist

- name: Deploy
Expand Down

0 comments on commit 646303b

Please sign in to comment.