Skip to content

Commit

Permalink
ls build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf007cn committed Apr 11, 2024
1 parent 9c5c1e2 commit ccf3f7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build Book
run: |
# This assumes your book is in the root of your repository.
# Just add a `cd` here if you need to change to another directory.
cd embedded/rust/arduino
ls .
mdbook build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit ccf3f7f

Please sign in to comment.