diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 9a54d33..f6e1558 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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