From 17f8fe21119f4cfbaa7ba13c543becb566dd1adb Mon Sep 17 00:00:00 2001 From: Attila Matolcsy <46813521+20Attila03@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:51:55 +0200 Subject: [PATCH] Update jekyll-gh-pages.yml pages permissions --- .github/workflows/jekyll-gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 0d997cc..5758ad8 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -29,6 +29,8 @@ jobs: with: source: ./ destination: ./_site + - name: Modify Permissions + run: chmod -R u+rwX,go+rX,go-w ./_site - name: Insert JS snippet run: | find ./_site -name '*.html' -exec sed -i 's||\n|g' {} +