File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ jobs:
34
34
- name : Clone autils repo
35
35
uses : actions/checkout@v3
36
36
with :
37
- repository : avocado-framework/autils
37
+ repository : avocado-framework/aautils
38
38
path : resources/autils
39
39
ref : main
40
40
41
41
- name : List files in autils directory
42
- run : ls -R resources/autils/metadata/autils/
42
+ run : ls -R resources/autils/metadata/
43
43
44
44
- name : Copy autils metadata to _data dir
45
- run : cp -r resources/autils/metadata/autils/ * main/_data/autils/
45
+ run : cp -r resources/autils/metadata/* main/_data/autils/
46
46
47
47
- name : Copy YAML files from autils
48
- run : cp -r resources/autils/metadata/autils/ **/*.yml main/_data/autils/
48
+ run : cp -r resources/autils/metadata/**/*.yml main/_data/autils/
49
49
50
50
- name : Set up Python
51
51
uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
10
< link rel ="icon " type ="image/x-icon " href ="/resources/icons/avocado.ico ">
11
11
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap ">
12
- < link rel ="stylesheet " href ="/resources/css/autils .css "> <!-- Link to the external CSS file -->
12
+ < link rel ="stylesheet " href ="/resources/css/aautils .css "> <!-- Link to the external CSS file -->
13
13
< title > Autils</ title >
14
14
</ head >
15
15
< body >
@@ -26,7 +26,7 @@ <h1 class="header-avocado">
26
26
< div class ="right-header ">
27
27
< a href ="https://github.com/avocado-framework/avocado/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title= "> Report a bug</ a >
28
28
< a href ="https://forms.gle/sW1jMGaMLpwzn6nLA "> Mailing list</ a >
29
- < a href ="https://github.com/avocado-framework ">
29
+ < a href ="https://github.com/avocado-framework/aautils ">
30
30
< img src ="/resources/icons/github.svg " alt ="GitHub ">
31
31
</ a >
32
32
</ div >
@@ -35,7 +35,7 @@ <h1 class="header-avocado">
35
35
< div class ="subheader ">
36
36
< div class ="sub-logo-title ">
37
37
< img src ="/resources/icons/computer.svg " alt ="Avocado-framework logo ">
38
- < h1 class ="sub-avocado "> Autils </ h1 >
38
+ < h1 class ="sub-avocado "> AAutils </ h1 >
39
39
</ div >
40
40
</ div >
41
41
@@ -96,7 +96,7 @@ <h1>Utility Libraries</h1>
96
96
</ table >
97
97
</ section >
98
98
</ main >
99
- < script src ="/resources/js/autils .js "> </ script >
99
+ < script src ="/resources/js/aautils .js "> </ script >
100
100
</ div >
101
101
102
102
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ <h3 class="card-header">Aexpect</h3>
67
67
68
68
< div class ="card ">
69
69
< img src ="/resources/icons/book.svg " alt ="Book Icon ">
70
- < h3 class ="card-header "> Autils </ h3 >
70
+ < h3 class ="card-header "> AAutils </ h3 >
71
71
< p class ="card-text "> Utility libraries to power your tests and general applications.</ p >
72
- < a href ="/autils .html " class ="com-button "> Learn more</ a >
72
+ < a href ="/aautils .html " class ="com-button "> Learn more</ a >
73
73
</ div >
74
74
</ div >
75
75
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments