Skip to content

Commit

Permalink
Upload artifact (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: DimaDemchenko <[email protected]>
  • Loading branch information
mrlika and DimaDemchenko authored Feb 8, 2024
1 parent 02353c1 commit 827febb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: "dist/"

deploy:
needs: build
Expand Down

0 comments on commit 827febb

Please sign in to comment.