refactor: speed up the pipeline by directly deploying the review app from the build step

This commit is contained in:
2023-06-28 11:37:39 +02:00
parent 6a8b3d2fe2
commit f1bc41c4df
16 changed files with 344 additions and 296 deletions

View File

@@ -24,6 +24,6 @@ div {
height: fit-content;
display: flex;
flex-direction: row;
justify-content: end;
justify-content: flex-end;
align-items: center;
}

View File

@@ -16,7 +16,7 @@ ion-note {
list-style: none;
display: flex;
flex-direction: row-reverse;
justify-content: start;
justify-content: flex-start;
}
abbr {

View File

@@ -31,6 +31,6 @@ ion-label + ion-label.distance::before {
.in-place {
display: flex;
justify-content: end;
justify-content: flex-end;
align-items: center;
}