Skip to content

Commit 04e7daa

Browse files
committed
changes to deploy.yml
1 parent 432c07e commit 04e7daa

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
path: ~/.cache/ms-playwright
5555
key: ${{ runner.os }}-playwright-${{ steps.browser-cache-id.outputs.value }}
5656

57-
- name: Fetch kobweb
57+
- name: Fetch kobweb CLI
5858
uses: robinraju/release-downloader@v1.9
5959
with:
6060
repository: "varabyte/kobweb-cli"
@@ -63,20 +63,15 @@ jobs:
6363
tarBall: false
6464
zipBall: false
6565

66-
- name: Unzip kobweb
66+
- name: Unzip kobweb CLI
6767
run: unzip kobweb-${{ env.KOBWEB_CLI_VERSION }}.zip
6868

69-
- name: Upload artifact
70-
uses: actions/upload-pages-artifact@v3
71-
with:
72-
path: ./site/.kobweb/site
73-
7469
- name: Run export
7570
run: |
7671
cd site
7772
../kobweb-${{ env.KOBWEB_CLI_VERSION }}/bin/kobweb export --notty --layout static
7873
79-
- name: Upload site
74+
- name: Upload artifact
8075
uses: actions/upload-artifact@v4
8176
with:
8277
name: site

0 commit comments

Comments
 (0)