1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-30 17:37:45 +00:00

Use color.v instead of color in docs header

This commit is contained in:
RGBCube 2022-12-02 22:15:11 +03:00
parent 205be70a37
commit 5a6009c098

View file

@ -22,9 +22,9 @@ jobs:
- name: Generate Docs
run: |
mv ./src ./color # For the docs header
cp ./README.md ./color/ # For the README to be included in the docs.
v doc -readme -f html -o ./ -m ./color
mv ./src ./color.v # For the docs header
cp ./README.md ./color.v/ # For the README to be included in the docs.
v doc -readme -f html -o ./ -m ./color.v
rm -rf ./site/docs/color || true
mkdir -p ./site/docs/color