Skip to content

Commit

Permalink
using make cmd for linecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jan 5, 2025
1 parent 85e7a34 commit e195883
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install system packages
run: |
sudo apt-get update -y
sudo apt-get install -y libgl1 libglx-mesa0 libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev libosmesa6 libosmesa6-dev libgles2-mesa-dev libarchive-dev libpangocairo-1.0-0
sudo apt-get install -y libgl1 libglx-mesa0 libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev libosmesa6 libosmesa6-dev libgles2-mesa-dev libarchive-dev libpangocairo-1.0-0 libopenblas-dev
- uses: mamba-org/setup-micromamba@v1
Expand All @@ -41,7 +41,9 @@ jobs:
pip install --upgrade pip
pip install .[docs]
- name: Check URL links in the docs
run: make linkcheck
run: |
make linkcheck
sphinx-build -M linkcheck . _build
- name: Sphinx build tagged version
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit e195883

Please sign in to comment.