From e6061ec5d473c4b4f916b3019341ee904ae8735f Mon Sep 17 00:00:00 2001 From: guidfort <35689259+guidfort@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:52:39 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31095ad4..0a794f3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Install Python packages run: pip install mkdocs-material mkdocs-exclude mkdocs-exclude-search mike - + - name: Update gh-pages run: | ls -alh @@ -37,9 +37,5 @@ jobs: find samples-*/ -name "*.png" | cpio -pd doc/ find scripts/ -name "*.md" | cpio -pd doc/ find scripts/ -name "*.png" | cpio -pd doc/ - -# if [ -f "scripts/doc/update_doc.sh" ]; then -# scripts/doc/update_doc.sh ${{ github.ref_name }} -# fi mike deploy --push --update-aliases ${{ github.ref_name }} latest