mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
ci: skip release for configuration updates and update docs
This commit is contained in:
parent
5c62533d93
commit
fa7e2a9361
3 changed files with 28 additions and 0 deletions
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
|
|
@ -9,11 +9,35 @@ on:
|
|||
- main
|
||||
- master
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
- 'imgs/**'
|
||||
- '.gitignore'
|
||||
- 'sonar-project.properties'
|
||||
- '.releaserc.json'
|
||||
- 'manifest.json'
|
||||
- 'versions.json'
|
||||
- 'LICENSE'
|
||||
- '.editorconfig'
|
||||
- '.npmrc'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
- 'imgs/**'
|
||||
- '.gitignore'
|
||||
- 'sonar-project.properties'
|
||||
- '.releaserc.json'
|
||||
- 'manifest.json'
|
||||
- 'versions.json'
|
||||
- 'LICENSE'
|
||||
- '.editorconfig'
|
||||
- '.npmrc'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
[繁體中文使用說明](USAGE_zh.md)
|
||||
|
||||
<video src="https://blog-assets.firstsun.org/video/obsidian-plugins/git-file-sync-en.webm" width="100%" controls autoplay loop muted playsinline></video>
|
||||
|
||||

|
||||
*The Sync Status View provides a clear overview of your files, allowing you to selectively push, pull, or view diffs for modified files.*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Git File Sync 使用說明書
|
||||
|
||||
<video src="https://blog-assets.firstsun.org/video/obsidian-plugins/git-file-sync-zh.webm" width="100%" controls autoplay loop muted playsinline></video>
|
||||
|
||||
本指南將引導您如何使用 Git File Sync 插件,在行動裝置與桌面電腦之間,透過 GitLab 或 GitHub 輕鬆同步您的筆記。
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue