Skip to content

Commit

Permalink
Remove artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 18, 2023
1 parent 766cbd5 commit 55733e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Build
run: pnpm build

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
with:
path: './packages/website/dist/'
# - name: Upload Pages Artifact
# uses: actions/upload-pages-artifact@v1
# with:
# path: './packages/website/.vercel/'

# deploy:
# needs: build
Expand Down

0 comments on commit 55733e4

Please sign in to comment.