Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 18ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
h

hexo

Recently created Least recently created Recently updated Least recently updated
wojack

wojack / github action 构建 hexo 源码

Last active 2 months ago action github hexo npm

🛠️ 基于 GitHub Actions 的 Hexo 静态博客自动化部署流程。

0 0 3
1 name: 🚀 自动部署 Hexo 博客
2
3 on:
4 push:
5 branches:
6 - main # 🌿 监听 main 分支的推送
7 release:
8 types:
9 - published # 🎉 监听新版本发布
10 workflow_dispatch: # ⏯️ 支持手动触发