diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1620648..376e333 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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