avr-rust / book.avr-rust.com

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

Create GitHub action that runs mdbook and updates GitHub pages automatically upon every push #2

Closed dylanmckay closed 3 years ago

dylanmckay commented 3 years ago

Confirmed working. I had to fix the if: github.event.push and change it to if: github.event_name == 'push' in e8f04db78ed129d03e8098b685fdb6951ef6954f but it is tested and requires no more human intervention.