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 f84b565 commit eebbd15Copy full SHA for eebbd15
.github/workflows/deploy-website.yml
@@ -23,9 +23,6 @@ jobs:
23
# Build job
24
build:
25
runs-on: ubuntu-latest
26
- defaults:
27
- run:
28
- working-directory: ./website
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v4
@@ -36,7 +33,7 @@ jobs:
36
33
with:
37
34
node-version: 20
38
35
cache: yarn
39
- cache-dependency-path: website/yarn.lock
+ cache-dependency-path: yarn.lock
40
- name: Setup Pages
41
uses: actions/configure-pages@v5
42
- name: Install dependencies
@@ -48,7 +45,7 @@ jobs:
48
45
- name: Upload artifact
49
46
uses: actions/upload-pages-artifact@v3
50
47
51
- path: website/docs/.vitepress/dist
+ path: docs/.vitepress/dist
52
53
deploy:
54
environment:
0 commit comments