Skip to content

Commit

Permalink
Merge branch 'fix.github.pages' into 'main'
Browse files Browse the repository at this point in the history
Install relexi as package instead of trying to install requirements via old requirement file.

See merge request flexi/codes/relexi!30
  • Loading branch information
m-kurz committed Jul 26, 2024
2 parents 61b6b52 + 16a68fa commit 2cfbe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.11'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install -r requirements.txt
- run: pip install -e .
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: cd docs/ && bash build_docs.sh
Expand Down

0 comments on commit 2cfbe3b

Please sign in to comment.