~repos /website

#astro#js#html#css

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

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


ac63e029 pyrossh

1 year ago
add tests
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -0
.github/workflows/deploy.yml CHANGED
@@ -20,6 +20,7 @@ jobs:
20
20
  cache: npm
21
21
  - run: npm ci
22
22
  - run: npm run build
23
+ - run: npm run test
23
24
  - uses: actions/upload-pages-artifact@v3
24
25
  with:
25
26
  path: 'build/'