Skip to content

Commit

Permalink
deploy: upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden authored Aug 9, 2024
1 parent c39b58a commit 8a7042c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- run: npm run build
env:
VITE_BASE: /sweethomewebxr/
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: sweethomexr
path: dist/
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 8a7042c

Please sign in to comment.