Update Docs.yml
This commit is contained in:
parent
8431119ff5
commit
59fcc8c159
13
.github/workflows/Docs.yml
vendored
13
.github/workflows/Docs.yml
vendored
@ -20,13 +20,6 @@ jobs:
|
|||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd doc
|
||||||
git clone https://github.com/NPI-D7/BCSTM-Player.git
|
sudo apt-get install doxygen cmake -y
|
||||||
cp -r BCSTM-Player/RenderD7-alpha0-6-0/* RenderD7/
|
doxygen
|
||||||
cd RenderD7
|
|
||||||
git config --global user.email "tobid7@outlook.de"
|
|
||||||
git config --global user.name "Tobi-D7"
|
|
||||||
git stage *
|
|
||||||
git commit -m "BCSTM-Player | $COMMIT_HASH"
|
|
||||||
git tag v$CURRENT_DATE
|
|
||||||
git push origin main v$CURRENT_DATE
|
|
||||||
|
Loading…
Reference in New Issue
Block a user