diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1135937cefcb..dcb9d5a3b73a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,4 +12,4 @@ jobs: docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ -e PAGES_REPO_NWO=${{ github.repository }} \ - jekyll/builder:$JEKYLL_VERSION /bin/bash -c "gem update --system 3.3.22 && chmod 777 /srv/jekyll && jekyll build --future" + jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future" diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 7a1824afe14a..afb22a4ad89d 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -13,12 +13,12 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Update Rubygems - run: gem update --system 3.3.22 + # - name: Update Rubygems + # run: gem update --system 3.3.22 - name: Jekyll Actions # You may pin to the exact commit or the version. # uses: helaili/jekyll-action@d305e465c911226c731afb6db07c8bde20e03ced - uses: helaili/jekyll-action@2.2.0 + uses: helaili/jekyll-action@2.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} target_branch: deploy-server # optional