Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

fix: new daily blog post revolutionizing-healthcare-with-federated-le… #451

fix: new daily blog post revolutionizing-healthcare-with-federated-le…

fix: new daily blog post revolutionizing-healthcare-with-federated-le… #451

Workflow file for this run

---
name: github pages
on:
push:
branches:
- main # Set a branch to deploy
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
extended: true
- name: Build
run: hugo --minify
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
branch: pages
folder: ./public