Generate DOCS
This commit is contained in:
8
.github/workflows/Docs.yml
vendored
8
.github/workflows/Docs.yml
vendored
@ -2,7 +2,7 @@ name: 📄
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
branches: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
|
||||
@ -32,9 +32,9 @@ jobs:
|
||||
ls -r
|
||||
cd ..
|
||||
git clone https://github.com/NPI-D7/NPI-D7.github.io.git
|
||||
mkdir -p NPI-D7.github.io/${{ steps.branch.outputs.branch }}
|
||||
#rm -r NPI-D7.github.io/${{ steps.branch.outputs.branch }}/*
|
||||
mv -v RenderD7/doc NPI-D7.github.io/${{ steps.branch.outputs.branch }}/
|
||||
mkdir -p NPI-D7.github.io/RenderD7-docs
|
||||
#rm -r NPI-D7.github.io/RenderD7-docs/*
|
||||
mv -v RenderD7/doc NPI-D7.github.io/RenderD7-docs/
|
||||
#rm -r doc
|
||||
cd NPI-D7.github.io
|
||||
git config --global user.email "tobid7@outlook.de"
|
||||
|
Reference in New Issue
Block a user