docs.yaml 636 B

12345678910111213141516171819202122
  1. name: Build docs
  2. on:
  3. push:
  4. branches:
  5. - master
  6. jobs:
  7. phpdocumentor:
  8. name: Build phpdocumentor docs
  9. runs-on: ubuntu-latest
  10. steps:
  11. - uses: actions/checkout@v2
  12. # THIS IS DISABLED ON PHPDOCUMENTOR 3 HAS A WORKING BUILD
  13. # - uses: actions/checkout@v2
  14. # with:
  15. # path: docs
  16. # ref: gh-pages
  17. # - run: php --version
  18. # - name: Setup git
  19. # run: git config --global user.email "pheanstalk@action.github.com" && git config --global user.name "Github Action"
  20. # - run: git add . && git commit -a -m "Automated build" && git push
  21. # working-directory: docs