From 38ae0cb91afe91fc21100bca84d170874e1c1dae Mon Sep 17 00:00:00 2001 From: Yee Kit Date: Thu, 25 Jan 2024 13:48:08 +0800 Subject: [PATCH] Removed workflow & .gitignore --- .../push-to-external-deploy-repo.yml | 20 ------------------- .gitignore | 1 - 2 files changed, 21 deletions(-) delete mode 100644 .github/workflows/push-to-external-deploy-repo.yml delete mode 100644 .gitignore diff --git a/.github/workflows/push-to-external-deploy-repo.yml b/.github/workflows/push-to-external-deploy-repo.yml deleted file mode 100644 index 774b061..0000000 --- a/.github/workflows/push-to-external-deploy-repo.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: (main) push to external deploy repo -on: - workflow_dispatch: - push: - branches: - - main -jobs: - push-to-external-deploy-repo: - runs-on: ubuntu-latest - steps: - - name: checkout repository - uses: actions/checkout@v4 - - 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 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5911b47..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.nojekyll