We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778e881 commit b9bf818Copy full SHA for b9bf818
.github/workflows/pages-with-encryption.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Encrypt pages with PageCrypt
42
run: |
43
npm i -D pagecrypt
44
- cat _protected_pages.txt | while read file password;
+ cat docs/_protected_pages.txt | while read file password;
45
do
46
sudo npx pagecrypt "_site/$file" "_site/$file" "$password"
47
done
0 commit comments