Răsfoiți Sursa

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

1vanK 3 ani în urmă
părinte
comite
cb654cbb09
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/main.yml

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

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