mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Fix docs deploy workflow
This commit is contained in:
parent
f29d84d3a9
commit
39e4202d69
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
run: |
|
run: |
|
||||||
cp ./README.md ./src/ # For the README to be included in the docs.
|
cp ./README.md ./color/ # For the README to be included in the docs.
|
||||||
v doc -readme -f html -o ./ -m ./src
|
v doc -readme -f html -o ./ -m ./color
|
||||||
|
|
||||||
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