mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Enter documentation repository before running yarn build
This commit is contained in:
parent
ad95e88838
commit
2be7c84203
1 changed files with 3 additions and 2 deletions
5
.github/workflows/github_pages_deploy.yml
vendored
5
.github/workflows/github_pages_deploy.yml
vendored
|
@ -21,10 +21,11 @@ jobs:
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: documentation/yarn.lock
|
cache-dependency-path: documentation/yarn.lock
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: documentation
|
|
||||||
run: yarn install --frozen-lockfile --non-interactive
|
run: yarn install --frozen-lockfile --non-interactive
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: |
|
||||||
|
cd documentation
|
||||||
|
yarn build
|
||||||
# 👆 Build steps
|
# 👆 Build steps
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue