From d560326c98dc0012e5d2ecc7277e5b768c113a32 Mon Sep 17 00:00:00 2001 From: sylhare Date: Tue, 21 Feb 2023 10:21:35 -0500 Subject: [PATCH] Fix cicd --- .github/workflows/gem-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gem-build.yml b/.github/workflows/gem-build.yml index 110fd47f47..09b360ef1d 100644 --- a/.github/workflows/gem-build.yml +++ b/.github/workflows/gem-build.yml @@ -33,10 +33,12 @@ jobs: gem build *.gemspec echo `find . -name "*.gem" | tail -1 | awk -F"[/]" '{print $2}'` - name: Gems + continue-on-error: true run: | + gem update --system gem install type-on-strap gem install jekyll-theme-type-on-strap - name: GPR continue-on-error: true run: | - gem install type-on-strap --version "2.4.3" --source "https://rubygems.pkg.github.com/sylhare" + gem install type-on-strap --version "2.4.4" --source "https://rubygems.pkg.github.com/sylhare"