Browse Source

Try removing the copy

Laurent Destailleur 2 years ago
parent
commit
c973b7d59c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .github/workflows/doxygen-gh-pages.yml

+ 6 - 6
.github/workflows/doxygen-gh-pages.yml

@@ -21,12 +21,12 @@ jobs:
           folder: build/html
           config_file: build/doxygen/dolibarr-doxygen.doxyfile
 
-      - name: Deploy
-        uses: JamesIves/github-pages-deploy-action@v4
-        with:
-          branch: gh-pages
-          folder: build/html # The folder the action should deploy.
-          target-folder: docs/html2
+#      - name: Deploy
+#        uses: JamesIves/github-pages-deploy-action@v4
+#        with:
+#          branch: gh-pages
+#          folder: build/html # The folder the action should deploy.
+#          target-folder: docs/html2
           
 #jobs:
 #  doxygen: