Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
dolibarr-18.0.4 /
.github /
workflows /
Delete
Unzip
Name
Size
Permission
Date
Action
code_quality_qodana.yml
522
B
-rw-r--r--
2023-12-15 13:44
doxygen-gh-pages.yml.disabled
984
B
-rw-r--r--
2023-12-15 13:44
exakat.yml.disabled
1.23
KB
-rw-r--r--
2023-12-15 13:44
github_ci_php71_pgsql.yml.disabled
17.78
KB
-rw-r--r--
2023-12-15 13:44
github_ci_php81_mysql.yml.disabled
16.93
KB
-rw-r--r--
2023-12-15 13:44
greetings-pr.yml.disabled
450
B
-rw-r--r--
2023-12-15 13:44
phpcs.yml
801
B
-rw-r--r--
2023-12-15 13:44
phpcsfixer.yml.disabled
1.4
KB
-rw-r--r--
2023-12-15 13:44
stale-issues-safe.yml
1.24
KB
-rw-r--r--
2023-12-15 13:44
Save
Rename
# See syntax file on https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions name: Doxygen on: schedule: - cron: "0 15 * * *" workflow_dispatch: branches: - develop permissions: contents: write jobs: build: runs-on: ubuntu-latest steps: - name: Build uses: DenverCoder1/doxygen-github-pages-action@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages 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 #jobs: # doxygen: # runs-on: ubuntu-latest # steps: # - name: 'Doxygen' # uses: mattnotmitt/doxygen-action@1.9.5 # with: # doxyfile-path: build/doxygen