summaryrefslogtreecommitdiff
path: root/.gitea/workflows/phpdoc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/phpdoc.yml')
-rw-r--r--.gitea/workflows/phpdoc.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.gitea/workflows/phpdoc.yml b/.gitea/workflows/phpdoc.yml
deleted file mode 100644
index cd04042e1..000000000
--- a/.gitea/workflows/phpdoc.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-name: build
-
-on:
- push:
- branches:
- - "master"
- workflow_dispatch: {}
-
-defaults:
- run:
- shell: sh
-
-jobs:
- build:
- runs-on: alpine-3.16
- steps:
- - name: phpdoc
- run: php81 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
-
- - name: prepare ssh
- run: |
- mkdir -p ~/.ssh
- echo "${{ secrets.APK_DEPLOY_SSH_KEY }}" | tr -d \\r > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
-
- - name: upload results
- run: rsync -e 'ssh -o StrictHostKeyChecking=no' phpdoc/ ${{ secrets.APK_DEPLOY_USER }}@${{ secrets.APK_DEPLOY_HOST }}:phpdoc/