mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 10:51:31 +02:00
Merge pull request #98 from overte-org/no-htaccess
Do not overwrite .htaccess
This commit is contained in:
commit
cf9e93b611
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