Skip to content

Commit 323342c

Browse files
authored
Merge pull request #6 from aspose-html/staging
Staging
2 parents dce2af2 + b5b8ee6 commit 323342c

File tree

8,058 files changed

+455213
-406704
lines changed

Some content is hidden

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

8,058 files changed

+455213
-406704
lines changed

.github/workflows/main.yml

+34
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: ./html/
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

-69
This file was deleted.

.github/workflows/staging.yml

-70
This file was deleted.

0 commit comments

Comments
 (0)