Skip to content

Updated a GitHub Actions file for installation testing #5

Updated a GitHub Actions file for installation testing

Updated a GitHub Actions file for installation testing #5

Workflow file for this run

name: Mizuame Pages
on:
push:
branches:
- main
concurency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- run: echo "Hello, world!"
- name: Install Hugo
run: |
brew --version
brew install hugo
hugo version
- name: Checkout
uses: actions/checkout@v4
run: ls -la