Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Apr 1, 2024
1 parent e349c5c commit fced9c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:

strategy:
matrix:
ruby-version: [2.7.0]
ruby-version: [3.5.7]

steps:
- uses: actions/checkout@v2
- name: Move into slate-docs directory
run: |
pwd
ls -l
- name: Move into slate-docs directory
run: cd slate-docs
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit fced9c2

Please sign in to comment.