avr-rust / book.avr-rust.com

The AVR-Rust guidebook
https://book.avr-rust.com/
Other
75 stars 19 forks source link

Run mdbook and update GitHub pages automatically upon every push #7

Closed shepmaster closed 4 years ago

shepmaster commented 4 years ago

Closes #2

shepmaster commented 4 years ago

If you are comfortable using the JamesIves/github-pages-deploy-action action, we should comment out the if line, push this branch again, make sure that it deploys correctly, then restore the if.

dylanmckay commented 4 years ago

Nice work @shepmaster!!

I've updated the if as you suggest in da4f27a951d43ffc55995bb5164f392046b32d2e to test it. We will see how the deploy goes.

dylanmckay commented 4 years ago

rsync: change_dir "/home/runner/work/book.avr-rust.com/book.avr-rust.com//build" failed: No such file or directory (2)

shepmaster commented 4 years ago

Alright; that's fixed. We can probably rebase out the branch/if hacks and squash down the changes, then merge. I'll let you do that to avoid conflicting with your manual pushes.