Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle authored Sep 22, 2023
1 parent 66f46e2 commit 83bd125
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,19 @@
# This is a basic workflow to help you get started with Actions
name: PdfExport

name: CI
on: [push]

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "evo" branch
push:
branches: [ "evo" ]
pull_request:
branches: [ "evo" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
check-homebrew-version:
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout Repository
uses: actions/checkout@v2


# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --head ortus-solutions/homebrew-boxtap/commandbox
box install gitbook-exporter
box update --system
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew update
- name: Display Homebrew Version
run: brew --version

0 comments on commit 83bd125

Please sign in to comment.