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:
3434 - name : Clone autils repo
3535 uses : actions/checkout@v3
3636 with :
37- repository : avocado-framework/autils
37+ repository : avocado-framework/aautils
3838 path : resources/autils
3939 ref : main
4040
4141 - name : List files in autils directory
42- run : ls -R resources/autils/metadata/autils/
42+ run : ls -R resources/autils/metadata/
4343
4444 - 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/
4646
4747 - 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/
4949
5050 - name : Set up Python
5151 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010 < link rel ="icon " type ="image/x-icon " href ="/resources/icons/avocado.ico ">
1111 < 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 -->
1313 < title > Autils</ title >
1414</ head >
1515< body >
@@ -26,7 +26,7 @@ <h1 class="header-avocado">
2626 < div class ="right-header ">
2727 < a href ="https://github.com/avocado-framework/avocado/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title= "> Report a bug</ a >
2828 < 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 ">
3030 < img src ="/resources/icons/github.svg " alt ="GitHub ">
3131 </ a >
3232 </ div >
@@ -35,7 +35,7 @@ <h1 class="header-avocado">
3535 < div class ="subheader ">
3636 < div class ="sub-logo-title ">
3737 < img src ="/resources/icons/computer.svg " alt ="Avocado-framework logo ">
38- < h1 class ="sub-avocado "> Autils </ h1 >
38+ < h1 class ="sub-avocado "> AAutils </ h1 >
3939 </ div >
4040 </ div >
4141
@@ -96,7 +96,7 @@ <h1>Utility Libraries</h1>
9696 </ table >
9797 </ section >
9898 </ main >
99- < script src ="/resources/js/autils .js "> </ script >
99+ < script src ="/resources/js/aautils .js "> </ script >
100100 </ div >
101101
102102
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ <h3 class="card-header">Aexpect</h3>
6767
6868 < div class ="card ">
6969 < img src ="/resources/icons/book.svg " alt ="Book Icon ">
70- < h3 class ="card-header "> Autils </ h3 >
70+ < h3 class ="card-header "> AAutils </ h3 >
7171 < 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 >
7373 </ div >
7474</ div >
7575
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments