doxygen-gh-pages.yml.disabled 984 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # See syntax file on https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
  2. name: Doxygen
  3. on:
  4. schedule:
  5. - cron: "0 15 * * *"
  6. workflow_dispatch:
  7. branches:
  8. - develop
  9. permissions:
  10. contents: write
  11. jobs:
  12. build:
  13. runs-on: ubuntu-latest
  14. steps:
  15. - name: Build
  16. uses: DenverCoder1/doxygen-github-pages-action@v1.2.0
  17. with:
  18. github_token: ${{ secrets.GITHUB_TOKEN }}
  19. branch: gh-pages
  20. folder: build/html
  21. config_file: build/doxygen/dolibarr-doxygen.doxyfile
  22. # - name: Deploy
  23. # uses: JamesIves/github-pages-deploy-action@v4
  24. # with:
  25. # branch: gh-pages
  26. # folder: build/html # The folder the action should deploy.
  27. # target-folder: docs/html2
  28. #jobs:
  29. # doxygen:
  30. # runs-on: ubuntu-latest
  31. # steps:
  32. # - name: 'Doxygen'
  33. # uses: mattnotmitt/doxygen-action@1.9.5
  34. # with:
  35. # doxyfile-path: build/doxygen