Skip to content

Commit 29f703c

Browse files
committed
Move dirs
1 parent d5e79d0 commit 29f703c

File tree

13 files changed

+5
-5
lines changed

13 files changed

+5
-5
lines changed

.github/workflows/rspress.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
with:
5757
node-version: "20"
5858
cache: ${{ steps.detect-package-manager.outputs.manager }}
59-
# - name: Setup Pages
60-
# id: pages
61-
# uses: actions/configure-pages@v5
59+
- name: Setup Pages
60+
id: pages
61+
uses: actions/configure-pages@v5
6262
# with:
6363
# Automatically inject pathPrefix in your Rspress configuration file.
6464
#
@@ -78,11 +78,11 @@ jobs:
7878
- name: Build with Rspress
7979
env:
8080
PREFIX_PATHS: 'true'
81-
run: ${{ steps.detect-package-manager.outputs.manager }} run build
81+
run: cd ./docs/ && ${{ steps.detect-package-manager.outputs.manager }} run build
8282
- name: Upload artifact
8383
uses: actions/upload-pages-artifact@v3
8484
with:
85-
path: ./doc_build
85+
path: ./docs/doc_build
8686

8787
# Deployment job
8888
deploy:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)