Skip to content

Create MCC24 Three Gold Medals.md #126

Create MCC24 Three Gold Medals.md

Create MCC24 Three Gold Medals.md #126

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.59.1'
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
publish_dir: ./public
github_token: ${{ secrets.GITHUB_TOKEN }}