feat: use forgejo color #1
3 changed files with 3 additions and 3 deletions
2
.domains
2
.domains
|
@ -1 +1 @@
|
||||||
pub.dgnum.eu
|
pub.luj.fr
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Pushing site to pages branch
|
- name: Pushing site to pages branch
|
||||||
run: |
|
run: |
|
||||||
git switch -C pages
|
git switch -C pages
|
||||||
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -exec rm -rf {} +
|
find . -mindepth 1 -maxdepth 1 ! -name '.domains' ! -name '.git' ! -name 'result' -exec rm -rf {} +
|
||||||
ls -a
|
ls -a
|
||||||
cp -r result/* .
|
cp -r result/* .
|
||||||
rm result
|
rm result
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
background-color: #0a0a0a;
|
background-color: #0a0a0a;
|
||||||
}
|
}
|
||||||
.link-git {
|
.link-git {
|
||||||
background-color: #333;
|
background-color: #ff6600;
|
||||||
}
|
}
|
||||||
.link-gitlab {
|
.link-gitlab {
|
||||||
background-color: #554488;
|
background-color: #554488;
|
||||||
|
|
Loading…
Reference in a new issue