Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
twig /
twig /
.github /
workflows /
Delete
Unzip
Name
Size
Permission
Date
Action
ci.yml
3.9
KB
-rw-rw-r--
2022-08-12 06:47
documentation.yml
1.7
KB
-rw-rw-r--
2022-08-12 06:47
Save
Rename
name: "Documentation" on: pull_request: push: branches: - '3.x' permissions: contents: read jobs: build: name: "Build" runs-on: ubuntu-latest steps: - name: "Checkout code" uses: actions/checkout@v2 - name: "Set up Python 3.7" uses: actions/setup-python@v1 with: python-version: '3.7' # Semantic version range syntax or exact version of a Python version - name: "Display Python version" run: python -c "import sys; print(sys.version)" - name: "Install Sphinx dependencies" run: sudo apt-get install python-dev build-essential - name: "Cache pip" uses: actions/cache@v2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('_build/.requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: "Install Sphinx + requirements via pip" working-directory: "doc" run: pip install -r _build/.requirements.txt - name: "Build documentation" working-directory: "doc" run: make -C _build SPHINXOPTS="-nqW -j auto" html doctor-rst: name: "DOCtor-RST" runs-on: ubuntu-latest steps: - name: "Checkout code" uses: actions/checkout@v2 - name: "Run DOCtor-RST" uses: docker://oskarstark/doctor-rst with: args: --short env: DOCS_DIR: 'doc/'