There was an error while loading. Please reload this page.
1 parent 2197420 commit 00e371eCopy full SHA for 00e371e
1 file changed
.github/workflows/pages.yml
@@ -84,6 +84,23 @@ jobs:
84
cp dist/index.html dist/404.html
85
touch dist/.nojekyll
86
87
+ - name: Upload website artifact
88
+ uses: actions/upload-artifact@v4
89
+ with:
90
+ name: website-dist
91
+ path: dist
92
+ retention-days: 1
93
+
94
+ deploy:
95
+ runs-on: ubuntu-latest
96
+ needs: build
97
+ steps:
98
+ - name: Download website artifact
99
+ uses: actions/download-artifact@v4
100
101
102
103
104
- name: Checkout Pages repository
105
uses: actions/checkout@v4
106
with:
0 commit comments