Skip to content

Commit 9edcc7d

Browse files
committed
[publish] Remove Jekyll style
1 parent 3f25448 commit 9edcc7d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)