Skip to content

Commit

Permalink
bump pelican version and reference requirements.txt in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cu committed Dec 7, 2023
1 parent b7ce758 commit 53768f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: install pelican
run: pipx install --verbose 'pelican[markdown]==4.7.2'
run: pipx install --verbose $(head -1 requirements.txt)
- name: generate
run: make html
- name: publish
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pelican[markdown]==4.7.2
pelican[markdown]==4.9.1

0 comments on commit 53768f9

Please sign in to comment.