Skip to content

Will this properly update the theme? #54

Will this properly update the theme?

Will this properly update the theme? #54

Workflow file for this run

name: Deploy
on:
push:
branches: [ source ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: Build
run: hugo
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master
folder: public
clean: true