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.
1 parent 6f7db4e commit 305d8efCopy full SHA for 305d8ef
1 file changed
.github/workflows/pages-with-encryption.yml
@@ -43,7 +43,7 @@ jobs:
43
npm i -D pagecrypt
44
cat docs/_protected_pages.txt | while read file password;
45
do
46
- sudo npx pagecrypt "/docs/_site/$file" "/docs/_site/$file" "$password"
+ sudo npx pagecrypt "/github/workspace/docs/_site/$file" "/github/workspace/docs/_site/$file" "$password"
47
done
48
# End encryption code.
49
0 commit comments