Skip to content

Commit

Permalink
Merge pull request #107 from boschrexroth/guidfort-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
albrecht-j authored Dec 2, 2024
2 parents 7095d04 + e6061ec commit c8a2e58
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 c8a2e58

Please sign in to comment.