Skip to content

Commit

Permalink
unpin python 3.7 for cloudflare & fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 21, 2023
1 parent b701812 commit b2b1576
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions build_cloudflare.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -xe
pip install poetry
poetry install
pip install git+https://${GH_TOKEN}@github.com/squidfunk/[email protected].5-insiders-4.32.4
mkdocs build --config-file mkdocs.insiders.yml
set -xe
poetry install --with docs
poetry remove mkdocs-material
poetry add git+https://${GH_TOKEN}@github.com/squidfunk/[email protected].18-insiders-4.37.0
poetry run mkdocs build --config-file mkdocs.insiders.yml
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ plugins:
text: "#425C82"
rss:
match_path: blog/posts/.*
use_git: False
date_from_meta:
as_creation: date
as_update: date
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pillow = "^9.5.0"
cairosvg = "^2.7.0"
mkdocs-markdownextradata-plugin = "^0.2.5"
mkdocs-include-markdown-plugin = "^4.0.4"
mkdocs-material = "^9.1.6"
mkdocs-rss-plugin = {git = "https://github.com/cachix/mkdocs-rss-plugin", rev = "no-git"}
mkdocs-rss-plugin = {git = "https://github.com/Guts/mkdocs-rss-plugin", rev = "feature/no-git-no-cry"}
mkdocs-material = "^9.1.19"

[tool.poetry.scripts]
devenv = "devenv.cli:cli"
Expand Down
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit b2b1576

Please sign in to comment.