Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jan 5, 2025
1 parent 582ae14 commit eed7d65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- run: pip install mkdocs-material

- name: Copy unit tests to docs
run: cp test/unit/*.* docs/unittest
run: |
pwd
ls -l
cp -v test/unit/*.* docs/unittest
ls -l
ls -l docs
ls -l docs/unittest
- run: mkdocs gh-deploy --force

0 comments on commit eed7d65

Please sign in to comment.