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 e9d3fe1 commit af48038Copy full SHA for af48038
.github/workflows/deploy-docs.yaml
@@ -26,16 +26,16 @@ jobs:
26
fetch-depth: 0 # Not needed if lastUpdated is not enabled
27
- uses: pnpm/action-setup@v3 # pnpm is optional but recommended, you can also use npm / yarn
28
with:
29
- version: 8
+ version: 8
30
+ - name: Change directory
31
+ run: cd aiscript-docs
32
- name: Setup Node
33
uses: actions/setup-node@v4
34
35
node-version: 20
36
cache: pnpm
37
- name: Setup Pages
38
uses: actions/configure-pages@v5
- - name: Change directory
- run: cd aiscript-docs
39
- name: Install dependencies
40
run: pnpm install
41
- name: Build with Rspress
0 commit comments