Skip to content

Commit

Permalink
docs: Fix docs publish CI failing on main (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt authored Nov 1, 2024
1 parent 2d9ec5b commit 263e6a4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ jobs:
name: Publish Docs to Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run preparatory steps
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
- name: Install Just
uses: taiki-e/install-action@just
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.13'
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Prepare docs
run: just docs-build-dependent
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit 263e6a4

Please sign in to comment.