Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit c257c46

Browse files
committed
update doc links
1 parent 0bb4a7e commit c257c46

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.azure/ipynb-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
displayName: 'Generate notebook'
102102
103103
- bash: |
104+
set -e
104105
mkdir $(PATH_DATASETS)
105106
# render the actual notebooks
106107
while IFS= read -r line; do

.azure/ipynb-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
displayName: 'Generate notebook'
7878
7979
- bash: |
80+
set -e
8081
while IFS= read -r line; do
8182
python .actions/assistant.py bash-test $line > .actions/_ipynb-test.sh
8283
cat .actions/_ipynb-test.sh

lightning_examples/mnist-hello-world/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: PL team
33
created: 2020-12-21
44
updated: 2021-06-16
55
license: CC BY-SA
6-
build: 3
6+
build: 4
77
tags:
88
- Image
99
description: In this notebook, we'll go over the basics of lightning by preparing

0 commit comments

Comments
 (0)