1
Fork 0
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:
RGBCube 2022-12-02 21:27:21 +03:00
parent f29d84d3a9
commit 39e4202d69

View file

@ -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