Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felixkoerber committed Apr 19, 2024
1 parent 7f2581c commit f4ab0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Encrypt pages with staticrypt
run: |
npm install staticrypt
npx staticrypt ./_site/calender/index.html -r -p flab -d ./_site/calender --short
npx staticrypt ./_site/calender/index.html -r -p flab -d ./_site/calender --short --template-color-secondary "#76B852" --template-color-primary "#014767"
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down

0 comments on commit f4ab0b0

Please sign in to comment.