remove unnecessary mv
This commit is contained in:
parent
2ae6488249
commit
b2650bb952
@ -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:
|
||||||
|
Reference in New Issue
Block a user