mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
updating the build docs to use the new root-based build
This commit is contained in:
parent
1d5c8e05ac
commit
678a895ca0
1 changed files with 2 additions and 3 deletions
5
.github/workflows/static.yml
vendored
5
.github/workflows/static.yml
vendored
|
|
@ -19,9 +19,8 @@ jobs:
|
|||
# Build and run the Docker container to generate the documentation
|
||||
- name: Build documentation using Docker
|
||||
run: |
|
||||
cd ./docs
|
||||
chmod +x build_docs.sh
|
||||
./build_docs.sh
|
||||
chmod +x docs/build_docs.sh
|
||||
sh docs/build_docs.sh
|
||||
|
||||
- name: Copy CNAME to HTML Build Directory
|
||||
run: cp docs/CNAME docs/build/html/CNAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue