Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
}

# See if site/notebooks/ has updates
# Checks against the previous commit to the branch prior to the current push event
- name: Filter changed files
uses: dorny/paths-filter@v2
id: filter
with:
base: prod
ref: ${{ github.head_ref }}
base: ${{ github.event.before }}
ref: ${{ github.sha }}
filters: |
notebooks:
- 'site/notebooks/**'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
}

# See if site/notebooks/ has updates
# Checks against the previous commit to the branch prior to the current push event
- name: Filter changed files
uses: dorny/paths-filter@v2
id: filter
with:
base: staging
ref: ${{ github.head_ref }}
base: ${{ github.event.before }}
ref: ${{ github.sha }}
filters: |
notebooks:
- 'site/notebooks/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validate-docs-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:
}

# See if site/notebooks/ has updates
# Checks the current PR branch against the target branch
- name: Filter changed files
uses: dorny/paths-filter@v2
id: filter
with:
base: main
base: ${{ github.event.pull_request.base_ref }}
ref: ${{ github.head_ref }}
filters: |
notebooks:
Expand Down
4 changes: 1 addition & 3 deletions site/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ ValidMind enables organizations to identify, document, and manage model risks fo
If this is your first time trying out ValidMind, you can make use of the following resources alongside our sample notebooks:

- [Get started](https://docs.validmind.ai/get-started/get-started.html) — The basics, including key concepts, and how our products work
- [Get started with the ValidMind Library](https://docs.validmind.ai/developer/get-started-validmind-library.html) — The path for developers, more code samples, and our developer reference

<!-- TEST FOR #554 -->
- [Get started with the ValidMind Library](https://docs.validmind.ai/developer/get-started-validmind-library.html) — The path for developers, more code samples, and our developer reference