diff --git a/.github/workflows/markdown-autodocs.yml b/.github/workflows/markdown-autodocs.yml deleted file mode 100644 index a28dcfc..0000000 --- a/.github/workflows/markdown-autodocs.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: update-markdown - -on: - workflow_run: - workflows: - - package-analyzer-build - types: - - completed - -jobs: - auto-update-readme: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.workflow_run.head_branch }} - - run: git branch - - - name: Run Autodocs - uses: dineshsonachalam/markdown-autodocs@v1.0.4 - with: - categories: '[code-block]' \ No newline at end of file