Skip to content

Commit

Permalink
ci: Fix deploy issue report by mkdocs
Browse files Browse the repository at this point in the history
see https://github.com/Nuclei-Software/nuclei-studio/actions/runs/7058577032/job/19214440581#step:6:14
INFO    -  Doc file 'README.md' contains a link to '0-template.md' which is excluded from the built site.

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Dec 1, 2023
1 parent 5b9096f commit 76f993a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/prepare_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ mkdir -p docs
cp -rf *.md docs/
cp -rf asserts/ docs/

sed -i "s|0-template.md|https://github.com/Nuclei-Software/nuclei-studio/blob/main/0-template.md|" docs/README.md

echo "Document for mkdocs is prepared!"
echo "Run the following command to build and serve these doc!"
echo "mkdocs serve -a 0.0.0.0:8009"

0 comments on commit 76f993a

Please sign in to comment.