Merge pull request #773 from Pax1601/Pax1601-patch-1

Update documentation.yml
This commit is contained in:
Pax1601 2023-12-20 17:03:24 +01:00 committed by GitHub
commit e632e379b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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