File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,10 @@ jobs:
2222 python create-exercise-directory.py
2323 mv exercise-directory.md index.md
2424
25- - name : Install Ruby
26- uses : ruby/setup-ruby@v1
27- with :
28- ruby-version : " 3.3"
29- bundler-cache : true
30-
31- - name : Add Jekyll config
32- run : |
33- echo 'source "https://rubygems.org"' > Gemfile
34- echo 'gem "jekyll"' >> Gemfile
35- echo 'gem "no-style-please"' >> Gemfile
36- echo 'title: Exercises' >> _config.yml
37- echo 'theme: no-style-please' >> _config.yml
38- bundle install
39- bundle exec jekyll build
40-
4125 - name : Deploy to gh-pages
4226 uses : peaceiris/actions-gh-pages@v4
4327 with :
4428 github_token : ${{ secrets.GITHUB_TOKEN }}
4529 publish_branch : gh-pages
46- publish_dir : ./_site
30+ publish_dir : ./
4731 enable_jekyll : true
You can’t perform that action at this time.
0 commit comments