Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 89e6ba8

Browse files
authoredFeb 28, 2025··
🔀 Merge pull request #39 from davep/tidy-docs-deploy
Simplify the way the docs are published
2 parents ad6818c + b2d5c1e commit 89e6ba8

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed
 

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ rtfm: # Locally read the library documentation
7070
$(mkdocs) serve
7171

7272
.PHONY: publishdocs
73-
publishdocs: docs # Set up the docs for publishing
74-
$(run) ghp-import --push site
73+
publishdocs: # Set up the docs for publishing
74+
$(mkdocs) gh-deploy
7575

7676
##############################################################################
7777
# Package/publish.

‎docs/source/.nojekyll

Whitespace-only changes.

‎mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
site_name: textual-fspicker
22
docs_dir: docs/source
33
repo_url: https://github.com/davep/textual-fspicker
4-
exclude_docs: |
5-
!.nojekyll
64

75
nav:
86
- Guide:

‎pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ dev-dependencies = [
5555
"mypy>=1.14.1",
5656
"mkdocstrings[python]>=0.28.2",
5757
"mkdocs-material>=9.6.5",
58-
"ghp-import>=2.1.0",
5958
"ruff>=0.9.8",
6059
]
6160

0 commit comments

Comments
 (0)
Please sign in to comment.