Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfc127c

Browse files
authoredMar 7, 2025··
Merge pull request #5 from aspose-imaging/staging
Staging
2 parents f358481 + 1707b74 commit cfc127c

File tree

5,252 files changed

+306863
-275566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,252 files changed

+306863
-275566
lines changed
 

‎.github/workflows/main.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: CopyChangesToThemeRepo
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: ./imaging/
30+
dst_path: /content/
31+
dst_owner: Aspose
32+
dst_repo_name: tutorials.aspose.com
33+
dst_branch: main
34+
src_branch: main

‎.github/workflows/production.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.