Don't install jekyll globally

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-12-25 13:19:26 +01:00
parent 90fde9eb25
commit 6884a663e7
-1
View File
@@ -21,7 +21,6 @@ jobs:
echo "GEM_HOME=$HOME/gems" >> "${GITHUB_ENV}"
echo "PATH=$HOME/bin:$PATH" >> "${GITHUB_ENV}"
sudo gem install bundler
bundle install jekyll
- name: "Clone"
uses: actions/checkout@v3
with: