From a7295073f8c927c024289e23aa78121245015854 Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 23 Jul 2021 12:30:39 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 65f59ca..993407a 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -2,7 +2,7 @@ name: 📄 on: push: - branches: [ alpha-3.0.0 ] + branches: [ alpha-3-0-0 ] pull_request: branches: [ main ] @@ -19,4 +19,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: | + sudo apt-get install doxygen -y + cd Docs + doxygen