From 36082103e86a8c7709814a721c87da2e04a0bbe9 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 23:41:51 +0200 Subject: [PATCH] fix docs publishing --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f32b2c..13e5583 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,6 +114,7 @@ jobs: ls git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com' + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git add docs git commit -m "Update documentation" git push --force --quiet