hiding the _old commands by default (can be shown by adding a .old fi… #108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Documentation | |
on: [push] | |
jobs: | |
run_tests: | |
runs-on: ubuntu-latest | |
if: "contains(github.event.head_commit.message, '+DOCS')" | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Say Hello Docs | |
run: | | |
echo "Hello doc builder" | |