Skip to content

Commit 09ab99a

Browse files
committed
deploy 6
1 parent 4b487e7 commit 09ab99a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pelican.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
pages: "write"
1212
id-token: "write"
1313
with:
14-
settings: "publishconf.py"
14+
settings: "publishconf.py"
15+
requirements: "-r requirements.txt"

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
pelican[markdown]
2-
Markdown
1+
pelican[markdown]

0 commit comments

Comments
 (0)