From 6e664b2dd432ff9614744d94decc1de9dce44905 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 00:49:26 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a25c34d..2e43c5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,9 +114,8 @@ jobs: steps: - name: Restore Workspace - uses: | - actions/download-artifact@v2 - actions/checkout@v3 + - uses: actions/download-artifact@v2 + - uses: actions/checkout@v3 with: name: workspace @@ -137,7 +136,6 @@ jobs: - name: Publish Docs run: | - sudo apt-get install python3-sphinx git config user.name "github-actions" git config user.email "github-actions@github.com" git add docs