Skip to content

Commit

Permalink
Create push-to-external-deploy-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz authored Jan 25, 2024
1 parent bc3a49e commit c0554c1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push-to-external-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: (main) push to external deploy repo
on:
push:
branches:
- main
jobs:
push-to-external-deploy-repo:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: push to external deploy repository
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.SSH_DEPLOY_KEY }}
publish_dir: .
external_repository: JTC-Smart-Retrieval/Smart-Retrieval
publish_branch: main
allow_empty_commit: true

0 comments on commit c0554c1

Please sign in to comment.