Skip to content

Commit

Permalink
Merge pull request #111 from ImperialCollegeLondon/105-readthedocsapi
Browse files Browse the repository at this point in the history
Readthedocs/API
  • Loading branch information
barneydobson authored Jun 24, 2024
2 parents 62c3c15 + ed3d8b7 commit 1df76f7
Show file tree
Hide file tree
Showing 31 changed files with 851 additions and 78 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ jobs:
test:
uses: ./.github/workflows/ci.yml

publish-docs:
needs: publish-PyPI
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install dependencies
run: pip install -r doc-requirements.txt

- name: Deploy Docs
run: mkdocs gh-deploy --force

# publish:
# runs-on: ubuntu-latest
# needs: test
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ dmypy.json

# Pysheds cache
cache/

# Documentation generated models
swmmanywhere_models/
Loading

0 comments on commit 1df76f7

Please sign in to comment.