ci: add GitHub Actions workflows for upstream sync and release automation

This commit is contained in:
Your Name 2026-03-04 17:19:56 +08:00
parent 0d201261c8
commit 5d421e8a76
7035 changed files with 106275 additions and 0 deletions

View file

@ -0,0 +1 @@
Test content for docx

View file

@ -0,0 +1 @@
Test content for epub

View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<html><head><title>Test</title></head>
<body><h1>測試</h1><p>內容</p></body>
</html>

View file

@ -0,0 +1,5 @@
\documentclass{article}
\begin{document}
\section{測試}
這是 LaTeX 測試。
\end{document}

View file

@ -0,0 +1,7 @@
# 測試文檔
這是測試內容。
## 列表
- 項目 1
- 項目 2

View file

@ -0,0 +1,8 @@
# 測試文檔
這是測試內容。
## 列表
- 項目 1
- 項目 2

View file

@ -0,0 +1 @@
Test content for odt

View file

@ -0,0 +1,4 @@
測試標題
========
這是 reStructuredText 測試。

View file

@ -0,0 +1,2 @@
測試文字內容
Test content

View file

@ -0,0 +1,3 @@
== 測試
內容

View file

@ -0,0 +1,3 @@
\section{測試}\label{ux6e2cux8a66}
內容

View file

@ -0,0 +1,3 @@
= 測試 =
內容

View file

@ -0,0 +1,5 @@
* 測試
:PROPERTIES:
:CUSTOM_ID: 測試
:END:
內容

View file

@ -0,0 +1,4 @@
測試
====
內容

View file

@ -0,0 +1,3 @@
== 測試
這是 LaTeX 測試。

View file

@ -0,0 +1,2 @@
<h1 id="測試">測試</h1>
<p>這是 LaTeX 測試。</p>

View file

@ -0,0 +1,3 @@
= 測試 =
這是 LaTeX 測試。

View file

@ -0,0 +1,5 @@
* 測試
:PROPERTIES:
:CUSTOM_ID: 測試
:END:
這是 LaTeX 測試。

View file

@ -0,0 +1,4 @@
測試
====
這是 LaTeX 測試。

View file

@ -0,0 +1,8 @@
== 測試文檔
這是測試內容。
=== 列表
* 項目 1
* 項目 2

View file

@ -0,0 +1,7 @@
<h1 id="測試文檔">測試文檔</h1>
<p>這是測試內容。</p>
<h2 id="列表">列表</h2>
<ul>
<li>項目 1</li>
<li>項目 2</li>
</ul>

View file

@ -0,0 +1,13 @@
\section{測試文檔}\label{ux6e2cux8a66ux6587ux6a94}
這是測試內容。
\subsection{列表}\label{ux5217ux8868}
\begin{itemize}
\tightlist
\item
項目 1
\item
項目 2
\end{itemize}

View file

@ -0,0 +1,8 @@
= 測試文檔 =
這是測試內容。
== 列表 ==
* 項目 1
* 項目 2

View file

@ -0,0 +1,12 @@
* 測試文檔
:PROPERTIES:
:CUSTOM_ID: 測試文檔
:END:
這是測試內容。
** 列表
:PROPERTIES:
:CUSTOM_ID: 列表
:END:
- 項目 1
- 項目 2

View file

@ -0,0 +1,10 @@
測試文檔
========
這是測試內容。
列表
----
- 項目 1
- 項目 2

View file

@ -0,0 +1,3 @@
== 測試標題
這是 reStructuredText 測試。

View file

@ -0,0 +1,2 @@
<h1 id="測試標題">測試標題</h1>
<p>這是 reStructuredText 測試。</p>

View file

@ -0,0 +1,3 @@
\section{測試標題}\label{ux6e2cux8a66ux6a19ux984c}
這是 reStructuredText 測試。

View file

@ -0,0 +1,3 @@
= 測試標題 =
這是 reStructuredText 測試。

View file

@ -0,0 +1,5 @@
* 測試標題
:PROPERTIES:
:CUSTOM_ID: 測試標題
:END:
這是 reStructuredText 測試。