diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 5758ad8..4ddfbba 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -29,11 +29,6 @@ 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' {} + - name: Upload artifact uses: actions/upload-pages-artifact@v2