We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab52cd commit 7facef5Copy full SHA for 7facef5
1 file changed
.github/workflows/deploy.yml
@@ -33,20 +33,12 @@ jobs:
33
node-version: 22
34
cache: yarn
35
36
- - name: Setup Pages
37
- uses: actions/configure-pages@v4
38
-
39
- name: Install dependencies
40
run: yarn install
41
42
- name: Build with VitePress
43
run: yarn build
44
45
- - name: Upload artifact
46
- uses: actions/upload-pages-artifact@v3
47
- with:
48
- path: src/.vitepress/dist
49
50
- name: Deploy to Server
51
uses: easingthemes/ssh-deploy@main
52
env:
0 commit comments