Skip to content

Commit

Permalink
Fix/link checker error (github#374)
Browse files Browse the repository at this point in the history
* add absolute path to links

* add slash

* add base url

* add new to ignore
  • Loading branch information
jacobprall authored Sep 10, 2021
1 parent 5ae4d55 commit deae22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress --exclude localhost 127.0.0.1:8000 https://portal.timescale.cloud/login promscale currentVersion packagecloud.io download.postgresql.org cert.example.com -- **/*.md **/*.html
args: --verbose --no-progress --exclude localhost 127.0.0.1:8000 https://portal.timescale.cloud/login promscale currentVersion packagecloud.io download.postgresql.org cert.example.com https://hlsu4rwrkl.execute-api.us-east-1.amazonaws.com/test/ticker?symbol=MSFT%E2%80%99 /api/ /timescaledb/ -- **/*.md **/*.html
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit deae22b

Please sign in to comment.