From ce1dbf9573695428a59d57a87906aee2cd442636 Mon Sep 17 00:00:00 2001 From: Stephen Hlotyak Date: Mon, 4 Apr 2022 16:10:26 -0400 Subject: [PATCH] fix markdown action --- .github/workflows/updatemarkdown.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updatemarkdown.yml b/.github/workflows/updatemarkdown.yml index a28dcfc..8a20152 100644 --- a/.github/workflows/updatemarkdown.yml +++ b/.github/workflows/updatemarkdown.yml @@ -12,11 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - ref: ${{ github.event.workflow_run.head_branch }} - - run: git branch +# with: +# ref: ${{ github.event.workflow_run.head_branch }} +# - run: git branch - name: Run Autodocs uses: dineshsonachalam/markdown-autodocs@v1.0.4 with: + output_file_paths: '[./README.md]' categories: '[code-block]' \ No newline at end of file