diff --git a/.github/workflows/Deploy CN.yml b/.github/workflows/Deploy CN.yml deleted file mode 100644 index 17b30125..00000000 --- a/.github/workflows/Deploy CN.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Disabled -name: 🚀 Deploy INFO-SYS -on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master ] -jobs: - gh-win-cn-all-deploy: - name: 🎉 Deploy InfoSys to CN - runs-on: ubuntu-latest - steps: - - name: 🚚 Get latest code - uses: actions/checkout@v3 - - - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@v4.3.4 - with: - server: ${{ secrets.CN_FTP_SERVER }} - username: ${{ secrets.CN_FTP_USER }} - password: ${{ secrets.CN_FTP_PASSWORD }} - port: ${{ secrets.CN_FTP_PORT }} - local-dir: ./ - server-dir: /wwwroot/origin-cht.mycht.cn/ - # dry-run: true - # log-level: verbose - exclude: | - **/.git* - **/.git*/** - **/node_modules/** - document/** - download_statement/** - sample/** - **/logs/** - **/web.config - **/author/document/** - *.exe - *.docx diff --git a/application/controllers/information.php b/application/controllers/information.php index 091a42df..0143ec87 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -6262,7 +6262,6 @@ class Information extends CI_Controller 'url' => $url, 'avatar' => $expertiseMap[$key]['avatar'], 'expertise' => $expertiseMap[$key]['expertise'], - 'name' => $expertiseMap[$key]['name'] ]; } }