Skip to content

Commit

Permalink
fix missing index commit; bump mkdocs-material; fix fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef committed Oct 13, 2023
1 parent 406e6a6 commit 50985ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y pngquant
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand All @@ -25,5 +27,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r docs/requirements.txt
- run: pip install git+https://anything:${{ secrets.GH_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git@9.3.2-insiders-4.42.0
- run: pip install git+https://anything:${{ secrets.GH_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git@9.4.5-insiders-4.42.1
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-material~=9.3.2
mkdocs-material~=9.4.5
mkdocstrings~=0.20.0
pymdown-extensions~=10.2.0
pygments~=2.16
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Developing with Zep

[Example Code](examples.md)   |   [Python API](https://getzep.github.io/zep-python/zep_client/)   |   [TypeScript API](https://getzep.github.io/zep-js/)
[Example Code](examples.md)   |   [Python API](https://getzep.github.io/zep-python/)   |   [TypeScript API](https://getzep.github.io/zep-js/)

## Installation

Expand Down

0 comments on commit 50985ec

Please sign in to comment.