~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
70e15907
—
pyrossh 1 year ago
deploy always
.github/workflows/deploy.yml
CHANGED
|
@@ -3,7 +3,6 @@ name: Deploy to github pages
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches: [$default-branch]
|
|
6
|
-
workflow_dispatch:
|
|
7
6
|
|
|
8
7
|
permissions:
|
|
9
8
|
contents: read
|