We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d11ff commit 0682726Copy full SHA for 0682726
.github/workflows/deposit.yml
@@ -44,6 +44,7 @@ jobs:
44
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
45
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
46
source ~/.bashrc
47
+ sudo gem install sass-embedded -v 1.63.6
48
sudo gem install jekyll bundler
49
bundle config path vendor/bundle
50
bundle install
0 commit comments