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 0cf3672 commit a5f12a1Copy full SHA for a5f12a1
.github/workflows/deposit.yml
@@ -40,12 +40,12 @@ jobs:
40
41
- name: Install Jekyll and gems
42
run:
43
- sudo gem update --system|
44
- sudo gem install sass-embedded -v 1.63.6
45
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
46
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
47
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
48
source ~/.bashrc
+ sudo gem update --system|
+ sudo gem install sass-embedded
49
sudo gem install jekyll bundler
50
bundle config path vendor/bundle
51
bundle install
0 commit comments