Skip to content

Commit d230d2e

Browse files
authored
Fix missing update command in deploy workflow
Added missing sudo apt-get update command before Jekyll build.
1 parent d5e4722 commit d230d2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev
9696
sudo apt-get update && sudo apt-get install -y imagemagick
9797
pip3 install --upgrade nbconvert
98+
sudo apt-get update
9899
export JEKYLL_ENV=production
99100
bundle clean --force || true
100101
bundle install --jobs 4 --retry 3 --path vendor/bundle --verbose

0 commit comments

Comments
 (0)