Skip to content

Commit

Permalink
Update deploy.yml s
Browse files Browse the repository at this point in the history
a
  • Loading branch information
nkzarrabi authored Nov 1, 2024
1 parent 8e05718 commit fe2a0a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
- name: List build output
run: ls -R dist # Verify if `dist` was created

- name: Upload build output as artifact
uses: actions/upload-artifact@v3
- name: Upload build output for GitHub Pages
uses: actions/upload-pages-artifact@v1
with:
name: github-pages # Artifact name expected by deploy-pages
path: dist # Upload entire dist directory
path: dist # Path to your generated site files

lighthouse:
needs: build
Expand Down

0 comments on commit fe2a0a0

Please sign in to comment.