This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-doc.yml in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit ec36ed9fb9f7f7ed2dac8866ab4fc30753781145 Author: Alexander Alten <[email protected]> AuthorDate: Thu Jan 18 14:54:56 2024 +0100 Update documentation.yml add sudo to install Jekyll --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2325c415..e09779fd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -48,7 +48,7 @@ jobs: export PATH="$HOME/gems/bin:$PATH"' >> $GITHUB_ENV - name: Install jekyll run: | - gem install jekyll bundler + sudo gem install jekyll bundler - uses: actions/cache@v2 with: path: ~/.m2/repository
