Skip to content

Commit

Permalink
Merge pull request #27 from 3colorr/v1.3.0.2
Browse files Browse the repository at this point in the history
V1.3.0.2
  • Loading branch information
3colorr authored Nov 5, 2024
2 parents b613471 + 56c7a7d commit 79bc269
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/mizuame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ on:
branches:
- main

concurency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
build:
runs-on: macos-latest
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

0 comments on commit 79bc269

Please sign in to comment.