some basic changes

This commit is contained in:
2024-12-29 21:57:07 +01:00
parent 5045611a6b
commit a2574690f1
3 changed files with 13 additions and 30 deletions

View File

@@ -50,7 +50,7 @@ jobs:
source /etc/profile.d/rvm.sh && \
rvm use $RUBY_VERSION && ruby -v && gem -v && \
bundle install && \
bundle exec jekyll build --destination pages
bundle exec jekyll build --destination pages
env:
JEKYLL_ENV: production
- name: push pages