Enter documentation repository before running yarn build

This commit is contained in:
sabaimran 2024-01-07 20:46:21 +05:30
parent ad95e88838
commit 2be7c84203

View file

@ -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