Add Notice file and seperate "legal" docs catagory
This commit is contained in:
7
.github/workflows/wiki-create-docs.yaml
vendored
7
.github/workflows/wiki-create-docs.yaml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
rm -Rf wiki/content
|
||||
mkdir -p wiki/content
|
||||
mkdir -p wiki/content/development
|
||||
mkdir -p wiki/content/Other-Licences
|
||||
cp -f wiki/CNAME wiki/content/CNAME
|
||||
|
||||
- name: Create general wiki
|
||||
@@ -48,8 +49,10 @@ jobs:
|
||||
cp .github/README.md ../wiki/content/index.md || echo "readme copy failed, continuing..."
|
||||
cp .github/CODE_OF_CONDUCT ../wiki/content/code_of_conduct.md || echo "CODE_OF_CONDUCT copy failed, continuing..."
|
||||
cp .github/CONTRIBUTING ../wiki/content/development/contributing.md || echo "CONTRIBUTING copy failed, continuing..."
|
||||
cp LICENSE ../wiki/content/LICENSE.md || echo "license copy failed, continuing..."
|
||||
sed -i '1s/^/# License<br>\n\n/' ../wiki/content/LICENSE.md
|
||||
cp LICENSE ../wiki/content/legal/LICENSE.md || echo "license copy failed, continuing..."
|
||||
sed -i '1s/^/# License<br>\n\n/' ../wiki/content/legal/LICENSE.md
|
||||
cp NOTICE ../wiki/content/legal/NOTICE.md || echo "license copy failed, continuing..."
|
||||
sed -i '1s/^/# NOTICE<br>\n\n/' ../wiki/content/legal/NOTICE.md
|
||||
ls ../wiki/content/
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user