Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pelican/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
-->
# ASF Infrastructure Pelican Action

**Note** Starting a branch and draft PR for systemic upgrades to the Pelican Action.

**Note** This Action simplifies managing a project website. More information is available at <a href="https://infra.apache.org/asf-pelican.html" target="_blank">infra.apache.org/asf-pelican.html</a>.

## Inputs
Expand Down
4 changes: 2 additions & 2 deletions pelican/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ inputs:
required: false
default: 'false'
version:
description: "Pelican Version (default 4.5.4)"
description: "Pelican Version (default 4.11.0.post0)"
required: false
default: '4.5.4'
default: '4.11.0.post0'
requirements:
description: "Python requirements file name to install (default: None)"
required: false
Expand Down
19 changes: 7 additions & 12 deletions pelican/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@
# specific language governing permissions and limitations
# under the License.
#
pelican==4.11.0.post0
markdown==3.8.1
pelican-sitemap==1.2.2
soupsieve==2.8.3
beautifulsoup4==4.14.3
ezt==1.1
PyYAML==6.0.2
certifi==2024.7.4
idna==3.7
charset-normalizer==3.4.6
urllib3==2.6.3
requests==2.33.0
pelican>=4.11,<4.12
markdown>=3.8,<4.0
pelican-sitemap>=1.2,<2.0
beautifulsoup4>=4.12,<5.0
ezt>=1.1,<2.0
PyYAML>=6.0,<7.0
requests>=2.32,<3.0
Loading