Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Apr 1, 2024
1 parent 50ba418 commit e59f3c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
steps:
- name: Move into slate-docs directory
run: |
ls
pwd
ls -l
- name: Move into slate-docs directory
run: cd slate-docs
working-directory: ${{ github.workspace }}
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit e59f3c6

Please sign in to comment.