Skip to content

Commit

Permalink
Fixing some actions, fixing pages title.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak-Malers committed Feb 28, 2024
1 parent b35e4d8 commit a751c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install build dependencies
run: |
python -m pip install --upgrade pip setuptools wheel twine
python -m pip install --upgrade pip setuptools wheel twine build
- name: Build and publish
run: |
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: My Docs
site_name: clifunction
theme:
name: readthedocs
highlightjs: true

0 comments on commit a751c2f

Please sign in to comment.