Skip to content

Commit 848baec

Browse files
Update file(s) "/." from "groupdocs-markdown/Groupdocs.Markdown-References"
1 parent c4b7ff5 commit 848baec

4 files changed

Lines changed: 113 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: publish-prod
4+
5+
# Controls when the action will run.
6+
on:
7+
# Triggers the workflow on push or pull request events but only for the main branch
8+
push:
9+
branches: [ production ]
10+
pull_request:
11+
branches: [ production ]
12+
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
15+
16+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17+
jobs:
18+
# This workflow contains a single job called "build"
19+
build:
20+
# The type of runner that the job will run on
21+
runs-on: ubuntu-latest
22+
23+
# Steps represent a sequence of tasks that will be executed as part of the job
24+
steps:
25+
- name: Copycat
26+
uses: andstor/copycat-action@v3
27+
with:
28+
personal_token: ${{ secrets.REPO_TOKEN }}
29+
src_path: /.
30+
dst_path: /content/sites/groupdocs/markdown/
31+
dst_owner: groupdocs
32+
dst_repo_name: reference.groupdocs.com
33+
dst_branch: production
34+
src_branch: production
35+
clean: true
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: publish-stage
4+
5+
# Controls when the action will run.
6+
on:
7+
# Triggers the workflow on push or pull request events but only for the main branch
8+
push:
9+
branches: [ main ]
10+
pull_request:
11+
branches: [ main ]
12+
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
15+
16+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17+
jobs:
18+
# This workflow contains a single job called "build"
19+
build:
20+
# The type of runner that the job will run on
21+
runs-on: ubuntu-latest
22+
23+
# Steps represent a sequence of tasks that will be executed as part of the job
24+
steps:
25+
- name: Copycat
26+
uses: andstor/copycat-action@v3
27+
with:
28+
personal_token: ${{ secrets.REPO_TOKEN }}
29+
src_path: /.
30+
dst_path: /content/sites/groupdocs/markdown/
31+
dst_owner: groupdocs
32+
dst_repo_name: reference.groupdocs.com
33+
dst_branch: main
34+
src_branch: main
35+
clean: true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 GroupDocs.Markdown Product Family
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# GroupDocs.Markdown - API Reference Source Files
2+
3+
This repository contains Markdown files that are used to generate GroupDocs.Markdown static API references that can be found at <https://reference.groupdocs.com/markdown/>.
4+
5+
## About GroupDocs.Markdown
6+
7+
[GroupDocs.Markdown](https://products.groupdocs.com/markdown/) is a document processing SDK that enables you get your documents gen AI ready by exporting them to Markdown.
8+
9+
## Repository Purpose
10+
11+
The files in this repository are used to:
12+
- Build and maintain the official API references.
13+
- Ensure API references is always up-to-date with the latest product release.
14+
- Provide a consistent structure for automated builds and publication.
15+
16+
## How to Use
17+
18+
This repository is not meant for direct use, as it contains source files for generating static content with Hugo.
19+
20+
## License
21+
22+
This repository contains documentation source files and is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)