Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Sep 23, 2024
1 parent 5e8b1a9 commit 948193f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/page.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.4', '3.3' ]
ruby: [ '3.3' ]

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install github-pages gem
run: |
gem install github-pages
Expand Down
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description: Japanese radicals presented as learning cards.
google_analytics: "G-YPX3TXS4S4"

# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
Expand Down

0 comments on commit 948193f

Please sign in to comment.