Try removing the copy
This commit is contained in:
parent
47d26974e6
commit
c973b7d59c
12
.github/workflows/doxygen-gh-pages.yml
vendored
12
.github/workflows/doxygen-gh-pages.yml
vendored
@ -21,12 +21,12 @@ jobs:
|
|||||||
folder: build/html
|
folder: build/html
|
||||||
config_file: build/doxygen/dolibarr-doxygen.doxyfile
|
config_file: build/doxygen/dolibarr-doxygen.doxyfile
|
||||||
|
|
||||||
- name: Deploy
|
# - name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
# uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
# with:
|
||||||
branch: gh-pages
|
# branch: gh-pages
|
||||||
folder: build/html # The folder the action should deploy.
|
# folder: build/html # The folder the action should deploy.
|
||||||
target-folder: docs/html2
|
# target-folder: docs/html2
|
||||||
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# doxygen:
|
# doxygen:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user