build(deps): bump minima from 1d5286c
to ad4a88c
#10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Jekyll Site | |
on: | |
push: | |
branches: ["!main"] | |
workflow_dispatch: | |
pull_request: | |
concurrency: | |
group: "pages" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/workflows/_build/ |