Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Dellweg <[email protected]>

[noissue]
  • Loading branch information
pedro-psb committed Aug 5, 2024
1 parent b9ec40e commit a3e92bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
tomlkit~=0.12.4
pypandoc_binary~=1.13
requests~=2.32.3
2 changes: 1 addition & 1 deletion templates/bootstrap/docs/index.md.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to Pulp {{ plugin_label | upper }}

The `{{ plugin_label | upper }}` plugin extends pulpcore to support hosting python packages.
The `{{ plugin_label | upper }}` plugin extends pulpcore to support hosting {{ plugin_label }} packages.
This plugin is a part of the Pulp Project, and assumes some familiarity with the
[pulpcore documentation](site:pulpcore/).

Expand Down
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/ci.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
python .ci/scripts/check_requirements.py
{%- endif %}
{%- endif %}

{%- if is_pulpdocs_member %}

docs:
uses: "./.github/workflows/docs.yml"
{%- endif %}
Expand Down

0 comments on commit a3e92bc

Please sign in to comment.