浏览代码

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

1vanK 3 年之前
父节点
当前提交
cb654cbb09
共有 1 个文件被更改,包括 2 次插入2 次删除
  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