Opengist

Explore

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

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
C

CNB

Recently created Least recently created Recently updated Least recently updated
wojack

wojack / AhHui-Homepage项目工作流备份

Last active 2 months ago CNB HomePage backup

更新 Bing 图片并发送到 page 分支,然后同步到CNB,最后推送到服务器

0 0 3
1 # .github/workflows/sync-page-to-cnb.yml
2 name: Sync Page Branch to CNB (Auto Deploy)
3
4 # 避免并发堆积
5 concurrency:
6 group: ${{ github.ref }}
7 cancel-in-progress: true
8
9 on:
10 repository_dispatch: