mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge pull request #773 from Pax1601/Pax1601-patch-1
Update documentation.yml
This commit is contained in:
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@@ -14,7 +14,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docs:
|
build_docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -31,12 +31,10 @@ jobs:
|
|||||||
working-directory: ./client
|
working-directory: ./client
|
||||||
|
|
||||||
- name: Install Doxygen
|
- name: Install Doxygen
|
||||||
run: sudo apt-get install doxygen -y
|
uses: ssciwr/doxygen-install@v1
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Generate Doxygen Documentation
|
- name: Generate Doxygen Documentation
|
||||||
run: doxygen docs
|
run: doxygen docs
|
||||||
shell: bash
|
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
|
|||||||
Reference in New Issue
Block a user