Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Update README.md

Update README.md #245

Workflow file for this run

name: Deploy Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Set up Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.91.2"
- name: Build
run: hugo --minify
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public