Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #121 from hahwul/update-goyo-theme #12

Merge pull request #121 from hahwul/update-goyo-theme

Merge pull request #121 from hahwul/update-goyo-theme #12

Workflow file for this run

name: Zola on GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v5
- name: Build and deploy
uses: shalzz/[email protected]
env:
BUILD_DIR: docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}