Skip to content

Create TheAnswer.md

Create TheAnswer.md #7

Workflow file for this run

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