Browse Source

GitHub Actions: Do not build docs on docker images with obsolete doxygen

1vanK 3 years ago
parent
commit
cb654cbb09
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -89,8 +89,8 @@ jobs:
       - name: Test
         run: script/dockerized.sh ${PLATFORM/-*} rake test
         if: startsWith(matrix.platform, 'linux') || matrix.platform == 'android'
-      - name: Documentation
-        run: script/dockerized.sh ${PLATFORM/-*} rake doc
+      #- name: Documentation
+      #  run: script/dockerized.sh ${PLATFORM/-*} rake doc
       - name: Install
         run: |
           script/dockerized.sh ${PLATFORM/-*} rake install