diff --git a/.github/workflows/pre-checks.yml b/.github/workflows/pre-checks.yml new file mode 100644 index 0000000..40fbd2b --- /dev/null +++ b/.github/workflows/pre-checks.yml @@ -0,0 +1,35 @@ +name: Manual Pre Checks + +on: + pull_request: + types: [opened, synchronize] + workflow_dispatch: + +jobs: + linkcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: 3.x + - name: Install Dependencies + run: pip install -r requirements.txt + - name: Clean Previous Builds + run: make linkcheck + build-docs: + runs-on: ubuntu-latest + needs: linkcheck + steps: + - uses: actions/checkout@v4 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: 3.x + - name: Install Dependencies + run: pip install -r requirements.txt + - name: Clean Previous Builds + run: make clean + - name: Build Documentation + run: make html SPHINXOPTS="-W" diff --git a/usage/administration.rst b/usage/administration.rst index 3527bbf..ef91027 100644 --- a/usage/administration.rst +++ b/usage/administration.rst @@ -608,7 +608,7 @@ Once your sandbox is set up and running, you can see the status of it in the san :alt: Sandbox View in the Analysis Cockpit If you wish to enable automatic scanning for uploaded files -(`Bifrost `_), +(`Bifrost `_), you can do so by pressing the play button to the right hand side. In the ``Files`` view you can see previously analyzed files or upload files for analysis by yourself: