mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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: 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
|
||||||
|
|||||||
Reference in New Issue
Block a user