Skip to content

ci: migrate to grebedoc.dev #1

ci: migrate to grebedoc.dev

ci: migrate to grebedoc.dev #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- source
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: ./.github/actions/zola-build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: pages
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"