From 1a7d2b5028eb52e6d6c40cdd705a7204528e6ac2 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Wed, 20 Dec 2023 17:03:16 +0100 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2fcf9bff..2a1a7568 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,7 +14,7 @@ permissions: jobs: build_docs: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout the repository uses: actions/checkout@v2 @@ -31,12 +31,10 @@ jobs: working-directory: ./client - name: Install Doxygen - run: sudo apt-get install doxygen -y - shell: bash + uses: ssciwr/doxygen-install@v1 - name: Generate Doxygen Documentation run: doxygen docs - shell: bash working-directory: ./src - name: Deploy 🚀