From 3db25b17227cbfe6271d46bb2ac4c97874ce6a88 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 00:58:07 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e43c5a..162a45d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,9 +114,7 @@ jobs: steps: - name: Restore Workspace - - uses: actions/download-artifact@v2 - - uses: actions/checkout@v3 - + uses: actions/download-artifact@v2 with: name: workspace @@ -134,11 +132,11 @@ jobs: echo "$PWD" ls - - name: Publish Docs - run: | + - uses: actions/checkout@v3 + - run: | + echo "publishing docs" git config user.name "github-actions" git config user.email "github-actions@github.com" git add docs git commit -m "update docs" git push -