Skip to content

Commit

Permalink
ci(nex): fix artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Feb 11, 2024
1 parent b343048 commit b3879e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ jobs:
# with:
# name: playgroundArtifact
# path: public/docs/playground
- name: Download Artifact (Sitespeed)
uses: actions/download-artifact@master
with:
name: sitespeedReportArtifact
path: public/docs/reports/sitespeed
# - name: Download Artifact (Sitespeed)
# uses: actions/download-artifact@master
# with:
# name: sitespeedReportArtifact
# path: public/docs/reports/sitespeed
- name: Deploy to GH-Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit b3879e7

Please sign in to comment.