Skip to content

Merge pull request #28 from 3colorr/v1.3.0.2 #7

Merge pull request #28 from 3colorr/v1.3.0.2

Merge pull request #28 from 3colorr/v1.3.0.2 #7

Workflow file for this run

name: Mizuame Pages
on:
push:
branches:
- main
concurrency:
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
- name: Test
run: ls -la