mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
Edit links.yml (#166)
This commit is contained in:
parent
70595e4f84
commit
87078ea85f
6
.github/workflows/links.yml
vendored
6
.github/workflows/links.yml
vendored
@ -31,9 +31,9 @@ jobs:
|
|||||||
uses: lycheeverse/lychee-action@v1.2.0
|
uses: lycheeverse/lychee-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
#format: json
|
#format: json
|
||||||
args: --verbose --no-progress ${{ env.MD_FILES }}
|
args: --verbose --no-progress ${{ env.MD_FILES }} --github-token ${{secrets.GITHUB_TOKEN}} --exclude https://s3.* https://files.* https://demo.* ^\w*#.* https://s3.* https://ex.*
|
||||||
env:
|
https://files.* (https://app)(.community.clear.ml|https://app.clear.ml)?(/)?(dashboard|profile|projects.*)? (https://clear.ml)(/)?(blog|pricing|docs)(/)?
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
http://localhost.* `http.+` https://.{10,}\.git https://api.* http://[0-9].*
|
||||||
|
|
||||||
#- name: Read Results
|
#- name: Read Results
|
||||||
# if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
# if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
||||||
|
@ -384,7 +384,7 @@ Example:
|
|||||||
```python
|
```python
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
PipelineDecorator.debug_pipeline()
|
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')
|
print('pipeline completed')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user