Skip to content

Commit 305d8ef

Browse files
committed
editing paths
1 parent 6f7db4e commit 305d8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)