Skip to content

Commit 0fb390d

Browse files
committed
Fix another envvar and a ruby package dep problem
1 parent 0fc59e9 commit 0fb390d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
|| steps.extract.outputs.branch == 'tmp' }}
3939
run: >
4040
echo "Not publishing '${{steps.extract.outputs.branch}}'";
41-
echo "##[set-output name=skip;]true"
41+
echo "skip=true" >> $GITHUB_OUTPUT
4242
id: check
4343
- uses: actions/checkout@v4
4444
- run: ./.github/workflows/setup.sh

.github/workflows/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44
set -x
55

66
sudo apt install ruby pandoc
7-
sudo gem install cri -v 2.10.1
7+
sudo gem install cri
88
sudo gem install nanoc --version 3.8.0
99
sudo gem install pandoc-ruby nokogiri

0 commit comments

Comments
 (0)