From 752a6d118debc6ca2ba2523247f0dfba9148e563 Mon Sep 17 00:00:00 2001 From: Russ Shakespear Date: Mon, 8 Jun 2026 07:36:28 -0600 Subject: [PATCH] Revert "rshakespear/speed-3253-techdocs-guardrail" --- .github/workflows/techdocs.yaml | 26 -------------------------- docs/index.md | 3 --- mkdocs.yml | 5 ----- 3 files changed, 34 deletions(-) delete mode 100644 .github/workflows/techdocs.yaml delete mode 100644 docs/index.md delete mode 100644 mkdocs.yml diff --git a/.github/workflows/techdocs.yaml b/.github/workflows/techdocs.yaml deleted file mode 100644 index c40189fc..00000000 --- a/.github/workflows/techdocs.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: TechDocs - -# Publishes this repo's TechDocs (rendered HTML + raw markdown) to the -# bhr-techdocs S3 bucket via the org-standard reusable workflow. Runs after -# merge to master so the Backstage Docs tab reflects the published source. - -on: - push: - branches: - - master - paths: - - docs/** - - mkdocs.yml - - .github/workflows/techdocs.yaml - workflow_dispatch: - -jobs: - techdocs: - uses: BambooHR/actions/.github/workflows/techdocs.yaml@main - permissions: - id-token: write # required for OIDC -> assume-role - contents: read - with: - entity-namespace: default - entity-kind: Component - entity-name: guardrail diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 9f4d606b..00000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Guardrail - -BambooHR tool to run static analysis. diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index c5e509b0..00000000 --- a/mkdocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -site_name: Guardrail -docs_dir: docs - -plugins: - - techdocs-core