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 f32f3b1 commit a4858cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: Encrypt pages with staticrypt
run: |
npm install staticrypt
npx staticrypt ./_site/calender/index.html -r -p flab-calender -d ./_site/calender
npx staticrypt ./_site/calender/index.html -r -p flab -d ./_site/calender
echo: "y"
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down

0 comments on commit a4858cb

Please sign in to comment.