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