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

0 comments on commit 7f2581c

Please sign in to comment.