Skip to content

Update install.md to use new homebrew syntax for beta builds #57

Update install.md to use new homebrew syntax for beta builds

Update install.md to use new homebrew syntax for beta builds #57

Workflow file for this run

name: Test site build
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Install and Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
- name: Build site
run: hugo --minify --baseURL https://monal-im.github.io/monal-im.org/