fix(ci): use working-directory instead of cd everywhere #113

Merged
rootiest merged 2 commits from fix-ci-deploy-step-group-label into main 2026-08-21 05:39:43 +00:00
Showing only changes of commit 4d7ad64c3a - Show all commits
+4 -2
View File
@@ -98,10 +98,12 @@ jobs:
with:
node-version: "24"
- name: Generate site content
run: python3 docs/build-manual.py --site
- name: Build documentation site
working-directory: docs/site
run: |
python3 docs/build-manual.py --site
cd docs/site
npm ci
npx astro build