diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index ca60b30..baa6679 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -27,8 +27,6 @@ jobs: run: poetry install - name: Validate STIX bundles run: poetry run python src/util/cli_validator.py - - name: Build HTML docs - run: poetry run make docs-ci - name: Copy Mappings Excel to Website run: mkdir docs/extra/xlsx && cp "mappings/input/enterprise/xlsx/Sensor ID to Data Source.xlsx" docs/extra/xlsx - name: Copy Mappings CSVs to Website @@ -37,6 +35,8 @@ jobs: run: mkdir docs/extra/navigator && cp mappings/layers/enterprise/*.json docs/extra/navigator - name: Copy STIX Bundles to Website run: mkdir docs/extra/stix && cp mappings/stix/enterprise/*.json docs/extra/stix + - name: Build HTML docs + run: poetry run make docs-ci - name: Upload HTML docs uses: actions/upload-artifact@v3 with: diff --git a/docs/index.rst b/docs/index.rst index 649ff34..7340ee8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,11 +10,12 @@ representions of information that can be collected to concrete logs, sensors, an security capabilities that provide that type of data. This project is created and maintained by `MITRE Engenuity Center for Threat-Informed -Defense (Center) -`_ -and is funded by our `research participants `_, in futherance of our -mission to advance the start of the art and the state of the practice in threat-informed -defense globally. This work complements the Center's `Security Stack Mappings +Defense (Center) `_ and is funded by our `research +participants +`_, +in futherance of our mission to advance the start of the art and the state of the +practice in threat-informed defense globally. This work complements the Center's +`Security Stack Mappings `_ project by allowing defenders to use both resources to understand their overall defensive coverage and make threat-informed decisions.