website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


af024aepyrossh 2024-05-03T22:36:32+05:30
add playwright dep
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -1
.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: npm run build
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/'