Skip to content

Commit

Permalink
actions/upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 19, 2024
1 parent 9bb8523 commit 60c665a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
path: ./result
if-no-files-found: error
- uses: actions/upload-pages-artifact@v3
with:
path: ./result

deploy-preview:
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -65,5 +68,3 @@ jobs:
steps:
- id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: artifact

0 comments on commit 60c665a

Please sign in to comment.