Skip to content

Commit

Permalink
Fix target path #42
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Feb 2, 2022
1 parent d0a7b3b commit 6b13546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mdbook-version: 'latest'

- run: mdbook build
- run: for i in src/lectures/*.md; do cp $i book/lecture/"${i##*/}"; done
- run: for i in src/lectures/*.md; do cp $i book/lectures/"${i##*/}"; done

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6b13546

Please sign in to comment.