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