We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e41c6f9 + 7b82782 commit 170abb5Copy full SHA for 170abb5
1 file changed
.github/workflows/pages-with-encryption.yml
@@ -44,7 +44,7 @@ jobs:
44
npm i -D pagecrypt
45
cat _protected_pages.txt | while read file password;
46
do
47
- sudo npx pagecrypt "_site/$file" "/_site/$file" "$password"
+ sudo npx pagecrypt "_site/$file" "_site/$file" "$password"
48
done
49
# End encryption code.
50
0 commit comments