Skip to content

Commit

Permalink
Fix ai crap
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 4, 2024
1 parent 8b624e5 commit 30bcd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ docs: ## build documentation

.PHONY: docs-publish
docs-publish: ## publish the book to github pages
git checkout gh-pages
git pull origin gh-pages
git checkout -
poetry run mkdocs gh-deploy

.PHONY: docs-serve
Expand Down

0 comments on commit 30bcd84

Please sign in to comment.