File: docs.yaml

package info (click to toggle)
php-pda-pheanstalk 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: php: 2,658; xml: 60; makefile: 15
file content (22 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Build docs
on:
  push:
    branches:
      - master
jobs:
  phpdocumentor:
    name: Build phpdocumentor docs
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
#        THIS IS DISABLED ON PHPDOCUMENTOR 3 HAS A WORKING BUILD
#      - uses: actions/checkout@v2
#        with:
#          path: docs
#          ref: gh-pages
#      - run: php --version
#      - name: Setup git
#        run: git config --global user.email "pheanstalk@action.github.com" && git config --global user.name "Github Action"
#      - run: git add . && git commit -a -m "Automated build" && git push
#        working-directory: docs