Skip to content

Commit

Permalink
Update deposit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EftyK authored Sep 18, 2023
1 parent 0cf3672 commit a5f12a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deposit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Install Jekyll and gems
run:
sudo gem update --system|
sudo gem install sass-embedded -v 1.63.6
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
sudo gem update --system|
sudo gem install sass-embedded
sudo gem install jekyll bundler
bundle config path vendor/bundle
bundle install
Expand Down

0 comments on commit a5f12a1

Please sign in to comment.