From 87078ea85f57511657bba0f5c57ee9ade3b9f3ad Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:28:42 +0200 Subject: [PATCH] Edit links.yml (#166) --- .github/workflows/links.yml | 6 +++--- docs/fundamentals/pipelines.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index c768d02f..7da8466c 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -31,9 +31,9 @@ jobs: uses: lycheeverse/lychee-action@v1.2.0 with: #format: json - args: --verbose --no-progress ${{ env.MD_FILES }} - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + args: --verbose --no-progress ${{ env.MD_FILES }} --github-token ${{secrets.GITHUB_TOKEN}} --exclude https://s3.* https://files.* https://demo.* ^\w*#.* https://s3.* https://ex.* + https://files.* (https://app)(.community.clear.ml|https://app.clear.ml)?(/)?(dashboard|profile|projects.*)? (https://clear.ml)(/)?(blog|pricing|docs)(/)? + http://localhost.* `http.+` https://.{10,}\.git https://api.* http://[0-9].* #- name: Read Results # if: ${{ steps.lychee.outputs.exit_code != 0 }} diff --git a/docs/fundamentals/pipelines.md b/docs/fundamentals/pipelines.md index c0561658..0ec7c011 100644 --- a/docs/fundamentals/pipelines.md +++ b/docs/fundamentals/pipelines.md @@ -384,7 +384,7 @@ Example: ```python if __name__ == '__main__': PipelineDecorator.debug_pipeline() - executing_pipeline(pickle_url='https://exaple.com/iris_dataset.pkl') + executing_pipeline(pickle_url='https://example.com/iris_dataset.pkl') print('pipeline completed') ```