File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 'Call actions to pre-process config files and execute/convert notebook'
3
3
env :
4
4
PYTHON-VERSION : " 3.12"
5
5
6
- on :
6
+ on :
7
7
push :
8
8
branches :
9
9
- main
@@ -23,11 +23,11 @@ jobs:
23
23
- name : Call custom action to pre-process config files
24
24
id : pre-process
25
25
uses : astropy-learn/action--pre-process@main
26
- with :
26
+ with :
27
27
python-version : ${{ env.PYTHON-VERSION }}
28
28
29
29
- name : Call custom action to execute and convert notebook
30
30
uses : astropy-learn/action--execute-convert@main
31
- with :
31
+ with :
32
32
python-version : ${{ env.PYTHON-VERSION }}
33
- tutorial-slug : ${{ steps.pre-process.outputs.tutorial-slug }}
33
+ tutorial-slug : ${{ steps.pre-process.outputs.tutorial-slug }}
Original file line number Diff line number Diff line change 1
1
# Mac
2
- .DS_Store
2
+ .DS_Store
3
3
4
4
# act
5
5
/bin /act
@@ -12,8 +12,8 @@ __pycache__/
12
12
# C extensions
13
13
* .so
14
14
15
- # Jupyterbook output
16
- _build /
15
+ # Jupyterbook output
16
+ _build /
17
17
18
18
# Distribution / packaging
19
19
.Python
Original file line number Diff line number Diff line change 24
24
exclude_types : [csv]
25
25
exclude : ' .*\.fits$'
26
26
- id : check-yaml
27
- # prevent addition of (presumably data) files >= 1 MB
27
+ # prevent addition of (presumably data) files >= 1 MB
28
28
# (for such files, see https://learn.astropy.org/contributing/how-to-contribute)
29
29
- id : check-added-large-files
30
30
args : ["--maxkb=1000"]
33
33
rev : 0.8.1
34
34
hooks :
35
35
- id : nbstripout
36
- args : ["--extra-keys='metadata.kernelspec metadata.language_info.version metadata.toc'"]
36
+ args : ["--extra-keys='metadata.kernelspec metadata.language_info.version metadata.toc'"]
Original file line number Diff line number Diff line change 1
- # tutorial--template
1
+ # tutorial--template
Original file line number Diff line number Diff line change 1
1
title : " Example Title"
2
2
slug : " Example-Title"
3
- source : " tutorial--example-title"
3
+ source : " tutorial--example-title"
You can’t perform that action at this time.
0 commit comments