mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 12:43:48 +01:00
had to add shinx and doxygen as well
This commit is contained in:
17
.github/workflows/build_documentation.yml
vendored
17
.github/workflows/build_documentation.yml
vendored
@@ -20,11 +20,24 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- name: Install System Packages
|
||||||
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: libhdf5-dev
|
packages: libhdf5-dev doxygen
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
|
- name: Install Python Packages
|
||||||
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python-version }}
|
||||||
|
miniforge-version: latest
|
||||||
|
channels: conda-forge
|
||||||
|
conda-remove-defaults: "true"
|
||||||
|
cache-environment: true
|
||||||
|
packages: |
|
||||||
|
sphinx
|
||||||
|
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|||||||
Reference in New Issue
Block a user