mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 13:21:41 +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:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
- name: Install System Packages
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: libhdf5-dev
|
||||
packages: libhdf5-dev doxygen
|
||||
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
|
||||
run: |
|
||||
mkdir build
|
||||
|
||||
Reference in New Issue
Block a user