Compare commits
2 commits
715fe07052
...
a0b98302e0
Author | SHA1 | Date | |
---|---|---|---|
a0b98302e0 | |||
186918b75b |
2 changed files with 11 additions and 3 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
needs: [build]
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
- name: Install Dependencies
|
||||
run: which lftp || ( apk --update add lftp )
|
||||
- name: Deploy English Version
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
needs: [build]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
- name: Install Dependencies
|
||||
run: which lftp || ( apk --update add lftp )
|
||||
- name: Deploy English Version
|
||||
|
|
|
@ -24,6 +24,14 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #444;
|
||||
|
||||
&:hover {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
@ -286,7 +294,7 @@ section {
|
|||
display: block;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: $primary;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue