Skip to content

Commit

Permalink
Fix doc dead links (feathr-ai#805)
Browse files Browse the repository at this point in the history
This PR fixes dead links detected in latest ci run. The doc scan ci action has been updated to run on main only, as running this in PR frequently reports false alarm due to changes in CI not deployed.
  • Loading branch information
blrchen authored and loomlike committed Nov 1, 2022
1 parent 15f4939 commit 26b7a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/document-scan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Feathr Documents' Broken Link Check

on: [push]
on:
push:
branches: [main]

jobs:
check-links:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 26b7a0d

Please sign in to comment.