Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guidfort authored Dec 2, 2024
1 parent 7095d04 commit e6061ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@ jobs:

- name: Install Python packages
run: pip install mkdocs-material mkdocs-exclude mkdocs-exclude-search mike

- name: Update gh-pages
run: |
ls -alh
find samples-*/ -name "*.md" | cpio -pd doc/
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

0 comments on commit e6061ec

Please sign in to comment.