From a328e9199610e3f7b642d2a4f3892336438ce4d6 Mon Sep 17 00:00:00 2001 From: honzastor Date: Wed, 31 Mar 2021 04:43:35 +0200 Subject: [PATCH] Removed automatic documentation generation from git action. --- .github/workflows/generate.yml | 2 -- 1 file changed, 2 deletions(-) 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