mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Enter documentation repository before running yarn build
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user