Skip to content

Commit

Permalink
Update next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli authored Feb 24, 2024
1 parent 2b9af86 commit 1c21f28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# env:
# BASE_URL: /playground/
# - name: Archive Production Artifact
# uses: actions/upload-artifact@master
# uses: actions/upload-artifact@v4
# with:
# name: playgroundArtifact
# path: dist
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive Production Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: docsArtifact
path: docs/.vitepress/dist
Expand All @@ -151,12 +151,12 @@ jobs:
node: [20]
steps:
- name: Download Artifact (Docs)
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: docsArtifact
path: public/docs
# - name: Download Artifact (Playground)
# uses: actions/download-artifact@master
# uses: actions/download-artifact@v4
# with:
# name: playgroundArtifact
# path: public/docs/playground
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
# npm install @sitespeed.io/throttle -g
# throttle stop
# - name: Archive Sitespeed Report
# uses: actions/upload-artifact@master
# uses: actions/upload-artifact@v4
# with:
# name: sitespeedReportArtifact
# path: sitespeed-report
Expand All @@ -211,7 +211,7 @@ jobs:
# node: [20]
# steps:
# - name: Download Artifact (Sitespeed)
# uses: actions/download-artifact@master
# uses: actions/download-artifact@v4
# with:
# name: sitespeedReportArtifact
# path: public/docs/reports/sitespeed
Expand Down

0 comments on commit 1c21f28

Please sign in to comment.