mirror of
https://github.com/RGBCube/color.v
synced 2025-07-31 09:57:47 +00:00
Use color.v instead of color in docs header
This commit is contained in:
parent
205be70a37
commit
5a6009c098
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -22,9 +22,9 @@ jobs:
|
||||||
|
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
run: |
|
run: |
|
||||||
mv ./src ./color # For the docs header
|
mv ./src ./color.v # For the docs header
|
||||||
cp ./README.md ./color/ # For the README to be included in the docs.
|
cp ./README.md ./color.v/ # For the README to be included in the docs.
|
||||||
v doc -readme -f html -o ./ -m ./color
|
v doc -readme -f html -o ./ -m ./color.v
|
||||||
|
|
||||||
rm -rf ./site/docs/color || true
|
rm -rf ./site/docs/color || true
|
||||||
mkdir -p ./site/docs/color
|
mkdir -p ./site/docs/color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue