From 0e5cad19550598ced21e4a6bbdf6ca5577b2e38f Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 01:53:11 +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 6c21209..49c6743 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,18 +113,15 @@ jobs: contents: write steps: - - name: Restore Workspace - uses: actions/download-artifact@v2 + - uses: actions/checkout@v3 + - uses: actions/download-artifact@v2 with: name: workspace - + - name: Extract Workspace Archive run: | tar -xzf workspace.tar.gz - - name: use checkout actions - uses: actions/checkout@v3 - - name: Generate Docs run: | sudo apt-get install python3-sphinx @@ -134,6 +131,7 @@ jobs: make html && make github && cd .. echo "$PWD" ls + git add docs/* git status - name: publish