Skip to content

Commit b936a5a

Browse files
Merge pull request #3 from aspose-tasks/staging
Staging
2 parents 36f9753 + 5d7fc12 commit b936a5a

File tree

15,556 files changed

+748698
-655542
lines changed

Some content is hidden

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

15,556 files changed

+748698
-655542
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: ./tasks/
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.

.github/workflows/staging.yml

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

0 commit comments

Comments
 (0)