Removed automatic documentation generation from git action.

This commit is contained in:
honzastor 2021-03-31 04:43:35 +02:00
parent a336a683e7
commit a328e91996

View File

@ -30,8 +30,6 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Run generating
run: python ariths_gen.py
- name: Create documentation
run: pdoc --html ariths_gen
- name: Listing
run: ls build
- name: Listing2