From 750351406eee05e95532c1ce887dc4ec23728a79 Mon Sep 17 00:00:00 2001 From: Adin Ermie Date: Mon, 2 Dec 2024 20:05:09 -0500 Subject: [PATCH] Removed filter for PRs, added link path oddity --- .github/workflows/pull-request-check.yaml | 6 +++--- .../requirements-for-building-your-application.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-check.yaml b/.github/workflows/pull-request-check.yaml index fb312da..79a65c9 100644 --- a/.github/workflows/pull-request-check.yaml +++ b/.github/workflows/pull-request-check.yaml @@ -3,9 +3,9 @@ name: TechDocs Pull Request Checks on: workflow_dispatch: pull_request: - paths: - - "mkdocs.yml" - - "docs/*" + # paths: + # - "mkdocs.yml" + # - "docs/*" jobs: techdocs_pr_job: diff --git a/docs/aws/design-build-and-deploy-an-application/requirements-for-building-your-application.md b/docs/aws/design-build-and-deploy-an-application/requirements-for-building-your-application.md index ec9918a..26863c3 100644 --- a/docs/aws/design-build-and-deploy-an-application/requirements-for-building-your-application.md +++ b/docs/aws/design-build-and-deploy-an-application/requirements-for-building-your-application.md @@ -10,7 +10,7 @@ The following sections describe the requirements for building your application o 2. Once approved, your project set will be provisioned followed up by an email sent to the Product Owner and Technical Lead once the provisioning is complete -3. Request access for the rest of the team by submitting a request to . Refer to the guidelines on what details to include in your request for [account access](../../welcome/provision-a-project-set.md#accessing-your-project-set) +3. Request access for the rest of the team by submitting a request to . Refer to the guidelines on what details to include in your request for [account access](../../welcome/provision-a-project-set.md/#accessing-your-project-set) ## Limitations of the AWS Landing Zone