Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Heroku deployment issue #4547

Closed
wants to merge 7 commits into from
Closed
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/link-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
jobs:
run:
if:
github.event.deployment.ref != ${{ github.event.repository.default_branch
}} && github.event.deployment_status.state == 'success'
${{ github.event.deployment.ref != github.event.repository.default_branch
&& github.event.deployment_status.state == 'success' &&
contains(github.event.deployment_status.description, 'Heroku') }}
uses: iterative/link-check/.github/workflows/[email protected]
4 changes: 2 additions & 2 deletions content/docs/use-cases/experiment-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ changes is essential, as we may want to inspect them when comparing outcomes.
Recovering these conditions later will be necessary to reproduce results or
resume a line of work.

![](/img/natural-experimentation.png) _Difficulty tracking experiments manually
(usually with notebooks or speadsheets)_
![](/img/test/natural-experimentation.png) _Difficulty tracking experiments
manually (usually with notebooks or speadsheets)_

DVC provides a layer of [experiment management] features out-of-the-box (no need
for special servers or websites). Running **DVC Experiments** in your workspace
Expand Down