Skip to content

Commit

Permalink
fix markdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
hlotyaks committed Apr 4, 2022
1 parent cc3a5de commit ce1dbf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/updatemarkdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
output_file_paths: '[./README.md]'
categories: '[code-block]'

0 comments on commit ce1dbf9

Please sign in to comment.