File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments