remove unnecessary mv
All checks were successful
Update Cloudflare DNS / update-dns (push) Successful in 26s
Deploy Jekyll site to Pages / build (push) Successful in 5m29s

This commit is contained in:
Florian Weber 2025-03-03 00:02:50 +01:00
parent 2ae6488249
commit b2650bb952

View File

@ -44,7 +44,6 @@ jobs:
run: | run: |
source /etc/profile.d/rvm.sh && \ source /etc/profile.d/rvm.sh && \
rvm use $RUBY_VERSION && ruby -v && gem -v && \ rvm use $RUBY_VERSION && ruby -v && gem -v && \
mv README.md index.md && \
bundle install && \ bundle install && \
bundle exec jekyll build --destination pages bundle exec jekyll build --destination pages
env: env: