Skip to content

Commit

Permalink
Attempt fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Sep 6, 2024
1 parent 3666e63 commit 409bb2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,17 @@ jobs:
with:
python-version: '3.x'

- name: Install packages
run: apt update && apt install -y libgl1-mesa-dev

- name: Install poetry
run: pip install -U poetry

- name: Install dependencies
run: poetry install --no-root

- name: Build site
run: mkdocs build
run: poetry run mkdocs build

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 409bb2c

Please sign in to comment.