diff --git a/.domains b/.domains index 67ca4a5..a2ee31a 100644 --- a/.domains +++ b/.domains @@ -1 +1 @@ -pub.dgnum.eu +pub.luj.fr diff --git a/.forgejo/workflows/build-site.yaml b/.forgejo/workflows/build-site.yaml index 9d4b11e..eb72455 100644 --- a/.forgejo/workflows/build-site.yaml +++ b/.forgejo/workflows/build-site.yaml @@ -15,7 +15,7 @@ jobs: - name: Pushing site to pages branch run: | 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 cp -r result/* . rm result diff --git a/style.css b/style.css index f4ae2fa..64f3c24 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ background-color: #0a0a0a; } .link-git { - background-color: #333; + background-color: #ff6600; } .link-gitlab { background-color: #554488;