mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +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-dependency-path: documentation/yarn.lock
|
||||
- name: Install dependencies
|
||||
working-directory: documentation
|
||||
run: yarn install --frozen-lockfile --non-interactive
|
||||
- name: Build
|
||||
run: yarn build
|
||||
run: |
|
||||
cd documentation
|
||||
yarn build
|
||||
# 👆 Build steps
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
|
Loading…
Reference in a new issue