From 97aeb70e9e0efd773463e01c997caccb0ba1a94d Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 01:16:43 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f761100..601906a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -117,9 +117,10 @@ jobs: uses: actions/download-artifact@v2 with: name: workspace - - - name: Checkout Repository - uses: actions/checkout@v3 + + - name: Extract Workspace Archive + run: | + tar -xzf workspace.tar.gz - name: Generate Docs run: | @@ -130,12 +131,15 @@ jobs: make html && make github && cd .. echo "$PWD" ls + git status - name: use checkout actions uses: actions/checkout@v3 - name: publish run: | + echo "$PWD" + ls git config user.name "github-actions" git config user.email "github-actions@github.com" git add docs