Skip to content

Commit

Permalink
fix(ci): Update python dependency and build command
Browse files Browse the repository at this point in the history
- Update pdm version to 2.10.4
- Change build command to use pdm run mkdocs build
  • Loading branch information
sudoskys committed Dec 5, 2023
1 parent 524f725 commit 29c0fb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deploy Docs
permissions:
contents: write
on:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = ""
name = "StableDiffusionBook"
version = ""
description = ""
description = "Stable Diffusion Book"
authors = [
{name = "sudoskys", email = "[email protected]"},
{ name = "sudoskys", email = "[email protected]" },
]
dependencies = [
"mkdocs-material>=9.2.7",
Expand All @@ -16,5 +16,5 @@ dependencies = [
]
requires-python = ">=3.7"
readme = "README.md"
license = {text = "MIT"}
license = { text = "MIT" }

0 comments on commit 29c0fb1

Please sign in to comment.