mirror of
https://github.com/RGBCube/color.v
synced 2025-07-30 17:37: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
|
||||
run: |
|
||||
cp ./README.md ./src/ # For the README to be included in the docs.
|
||||
v doc -readme -f html -o ./ -m ./src
|
||||
cp ./README.md ./color/ # For the README to be included in the docs.
|
||||
v doc -readme -f html -o ./ -m ./color
|
||||
|
||||
rm -rf ./site/docs/color || true
|
||||
mkdir -p ./site/docs/color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue