Update Docs.yml

This commit is contained in:
tobid7 2021-07-23 16:08:55 +02:00 committed by GitHub
parent 8431119ff5
commit 59fcc8c159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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