Skip to content

Commit 335bb9f

Browse files
committed
fix: extra arg content path
1 parent 98bc063 commit 335bb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonchile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ls -R .
5353

5454
- name: build static site
55-
run: pelican content -s publishconf.py -o output
55+
run: pelican -s publishconf.py -o output
5656

5757
- name: upload pages artifact
5858
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)