mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 10:42:10 +02:00
Do not overwrite .htaccess
This commit is contained in:
parent
95ebe6bab0
commit
ce3a35ee77
2 changed files with 2 additions and 0 deletions
1
.github/workflows/master_deploy_apidocs.yml
vendored
1
.github/workflows/master_deploy_apidocs.yml
vendored
|
@ -37,3 +37,4 @@ jobs:
|
||||||
server-dir: overte/apidocs.overte.org-web/htdocs/
|
server-dir: overte/apidocs.overte.org-web/htdocs/
|
||||||
exclude: |
|
exclude: |
|
||||||
**/staging/**
|
**/staging/**
|
||||||
|
.htaccess
|
||||||
|
|
1
.github/workflows/master_deploy_doxygen.yml
vendored
1
.github/workflows/master_deploy_doxygen.yml
vendored
|
@ -35,3 +35,4 @@ jobs:
|
||||||
server-dir: overte/doxygen.overte.org-web/htdocs/
|
server-dir: overte/doxygen.overte.org-web/htdocs/
|
||||||
exclude: |
|
exclude: |
|
||||||
**/staging/**
|
**/staging/**
|
||||||
|
.htaccess
|
||||||
|
|
Loading…
Reference in a new issue