Skip to content

Commit

Permalink
Merge pull request #723 from Mirascope/release/v1.11
Browse files Browse the repository at this point in the history
Release/v1.11
  • Loading branch information
willbakst authored Nov 28, 2024
2 parents fec9e36 + 668c971 commit e8514b6
Show file tree
Hide file tree
Showing 125 changed files with 4,253 additions and 104 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Generate llms.txt
run: uv run python docs/generate_llms_txt.py

- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

- uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ venv.bak/

# mkdocs documentation
/site
docs/**/*.html.md
docs/llms.txt

# mypy
.mypy_cache/
Expand Down
Loading

0 comments on commit e8514b6

Please sign in to comment.