Skip to content

Commit

Permalink
Potential fix to github deployment?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulksie committed Dec 28, 2023
1 parent 7bb80c3 commit c982776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pelican.yml
Expand Up @@ -11,4 +11,5 @@ jobs:
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
settings: "publishconf.py"
requirements: "pelican[markdown]"
2 changes: 0 additions & 2 deletions pelicanconf.py
Expand Up @@ -15,8 +15,6 @@
STATIC_PATHS = ['static']
EXTRA_PATH_METADATA = {'static/CNAME' : {'path': 'CNAME'},}

CATEGORY_SAVE_AS = ''
CATEGORIES_SAVE_AS = ''
AUTHOR_SAVE_AS = ''
AUTHORS_SAVE_AS = ''
TAG_SAVE_AS = ''
Expand Down

0 comments on commit c982776

Please sign in to comment.