Skip to content

Commit

Permalink
Workflow ill now Upload Artifacts (Fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuersteinium committed Jun 18, 2023
1 parent 7db4672 commit e0f8283
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
run: npm install astro
- name: Building Website
run: npm run build
- name: Upload Build as Artifact
uses: actions/upload-artifact@v3
with:
name: build
path: ./dist
- name: Upload Build as Artifact
uses: actions/upload-artifact@v3
with:
name: build
path: ./dist


# Deploy the Website (Won't do anything)
Expand Down

0 comments on commit e0f8283

Please sign in to comment.