From 143b93f5377f6634473a67e4e901ff01fb95a99a Mon Sep 17 00:00:00 2001 From: Thiago Hersan Date: Thu, 5 Sep 2024 18:38:45 -0400 Subject: [PATCH] update deploy keys --- .github/workflows/deploy-gh-pages.yml | 7 ++++--- css/main.css | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index d0167a7..26ffd4f 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -9,7 +9,8 @@ jobs: build: runs-on: ubuntu-latest env: - GHTOKEN: ${{ secrets.PUSH_TOKEN }} + GHTOKENMN: ${{ secrets.PUSH_TOKEN_MN }} + GHTOKENTH: ${{ secrets.PUSH_TOKEN_TH }} steps: - name: Checkout @@ -19,8 +20,8 @@ jobs: - name: Setup git run: | - git remote add mn https://thiagohersan:$GHTOKEN@github.com/marinagem-www/infinitum.marinagem.com.git - git remote add th https://thiagohersan:$GHTOKEN@github.com/thiagohersan-www/infinitum.thiagohersan.com.git + git remote add mn https://thiagohersan:$GHTOKENMN@github.com/marinagem-www/infinitum.marinagem.com.git + git remote add th https://thiagohersan:$GHTOKENTH@github.com/thiagohersan-www/infinitum.thiagohersan.com.git git config --local user.name "github-actions" git config --local user.email "github-actions@users.noreply.github.com" git checkout --orphan gh-pages diff --git a/css/main.css b/css/main.css index 57746f0..0e0eb3f 100644 --- a/css/main.css +++ b/css/main.css @@ -136,7 +136,7 @@ body { .layer-container { width: 100%; - background-color: #222; + /* background-color: #222; */ } @media only screen and (max-width: 800px) {