From cc3a5dec082a03a893a223e92ee9c7e7e4e0da60 Mon Sep 17 00:00:00 2001 From: Stephen Hlotyak Date: Mon, 4 Apr 2022 15:59:32 -0400 Subject: [PATCH] rename markdown action --- .github/workflows/markdown-autodocs.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/markdown-autodocs.yml 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