Skip to content

Commit

Permalink
Merge pull request #10 from aai-institute/bugfix/mkdocs-workflow
Browse files Browse the repository at this point in the history
Update credentials.
  • Loading branch information
samuelburbulla authored Nov 21, 2023
2 parents b0f6b13 + 345c53d commit e0ff419
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Documentation
on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: write
Expand All @@ -17,17 +15,10 @@ jobs:
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config user.email github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r docs/requirements.txt
- run: pip install -e .
- run: mkdocs gh-deploy --force
Binary file modified docs/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ functions to train the networks based on PDEs, and a variety of benchmarks.
See [Installation](installation.md) for details on how to install **Continuity**.

### Reference
The module documentation can be found in [Reference](/reference/continuity).
The module documentation can be found in [Reference](reference/continuity/index.md).

0 comments on commit e0ff419

Please sign in to comment.