~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
af024aea
—
pyrossh 1 year ago
add playwright dep
.github/workflows/deploy.yml
CHANGED
|
@@ -19,8 +19,9 @@ jobs:
|
|
|
19
19
|
node-version: 20
|
|
20
20
|
cache: npm
|
|
21
21
|
- run: npm ci
|
|
22
|
-
- run:
|
|
22
|
+
- run: npx playwright install --with-deps
|
|
23
23
|
- run: npm run test
|
|
24
|
+
- run: npm run build
|
|
24
25
|
- uses: actions/upload-pages-artifact@v3
|
|
25
26
|
with:
|
|
26
27
|
path: 'build/'
|