Skip to content

Commit

Permalink
Bump python package versions (#101)
Browse files Browse the repository at this point in the history
* Do not trigger build for certain files
* Remove unused mdx_include markdown extension
  • Loading branch information
janhoy authored Jun 20, 2024
1 parent f8ab7ee commit 6e1eb79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Build Solr website with ASF Pelican action
on:
push:
branches: [ "main", "production" ]
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'build.sh'
- '.editorconfig'
- '.gitignore'
- '.gitattributes'
workflow_dispatch:

jobs:
Expand Down
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
pelican~=4.5.4
Markdown~=3.3.3
pelican~=4.9.1
Markdown~=3.4
#checksumdir~=1.2.0

# Pelican plugins
#mdx-include~=1.4.1
beautifulsoup4~=4.9.3
beautifulsoup4~=4.12.3
# Dependencies of the vex plugin
#jsonschema~=4.17.3
#jsonref~=1.0.1
#jsonschema~=4.22.0
#jsonref~=1.1.0

# Dev tools
invoke~=1.5.0
invoke~=2.2.0
livereload~=2.6.3

# Patch for bug https://github.com/pallets/markupsafe/issues/284
markupsafe~=2.0.1
markupsafe~=2.1.5

0 comments on commit 6e1eb79

Please sign in to comment.