Skip to content

Commit b9bf818

Browse files
committed
add docs to path
1 parent 778e881 commit b9bf818

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Encrypt pages with PageCrypt
4242
run: |
4343
npm i -D pagecrypt
44-
cat _protected_pages.txt | while read file password;
44+
cat docs/_protected_pages.txt | while read file password;
4545
do
4646
sudo npx pagecrypt "_site/$file" "_site/$file" "$password"
4747
done

0 commit comments

Comments
 (0)