Skip to content

Commit

Permalink
Complete merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 19, 2024
2 parents d8a2a6c + 8287166 commit 2a6ce40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Specify the Ruby version you are using
ruby-version: '2.7' # Specify the Ruby version you need

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2a6ce40

Please sign in to comment.