Skip to content

Commit 170abb5

Browse files
committed
Merge branch 'passwd_test'
2 parents e41c6f9 + 7b82782 commit 170abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-with-encryption.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
npm i -D pagecrypt
4545
cat _protected_pages.txt | while read file password;
4646
do
47-
sudo npx pagecrypt "_site/$file" "/_site/$file" "$password"
47+
sudo npx pagecrypt "_site/$file" "_site/$file" "$password"
4848
done
4949
# End encryption code.
5050

0 commit comments

Comments
 (0)