File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,24 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
22
- - name : Set up Python 3.10
21
+ - uses : actions/checkout@v3
22
+ - name : Set up Python 3.10
23
23
uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.10
26
- - name : Install dependencies
26
+ - name : Install dependencies
27
27
run : |
28
28
python -m pip install --upgrade pip
29
29
pip install -r scripts/requirements.txt
30
- - name : Generate Controls PDF
30
+ - name : Generate Controls PDF
31
31
run : |
32
32
python scripts/gen_controls.py
33
- - name : Upload Controls PDF 1
33
+ - name : Upload Controls PDF 1
34
34
uses : actions/upload-artifact@v2
35
35
with :
36
36
name : 1_buttons-pdf
37
37
path : scripts/1_buttons.pdf
38
- - name : Upload Controls PDF 2
38
+ - name : Upload Controls PDF 2
39
39
uses : actions/upload-artifact@v2
40
40
with :
41
41
name : 2_buttons-pdf
You can’t perform that action at this time.
0 commit comments