Skip to content

Commit

Permalink
Merge pull request #5 from aspose-imaging/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
muqarrab-aspose authored Mar 7, 2025
2 parents f358481 + 1707b74 commit cfc127c
Show file tree
Hide file tree
Showing 5,252 changed files with 306,863 additions and 275,566 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
34 changes: 34 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This is a basic workflow to help you get started with Actions

name: CopyChangesToThemeRepo

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Copycat
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.REPO_TOKEN }}
src_path: ./imaging/
dst_path: /content/
dst_owner: Aspose
dst_repo_name: tutorials.aspose.com
dst_branch: main
src_branch: main
69 changes: 0 additions & 69 deletions .github/workflows/production.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/staging.yml

This file was deleted.

Loading

0 comments on commit cfc127c

Please sign in to comment.