Create TheAnswer.md #7
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: PdfExport | |
on: [push] | |
jobs: | |
check-homebrew-version: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v2 | |
- name: Install Homebrew | |
run: | | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH" | |
brew --version | |
brew install --head ortus-solutions/homebrew-boxtap/commandbox | |
box install gitbook-exporter | |