Skip to content

Commit

Permalink
Merge pull request #12 from hlotyaks/hlotyaks/add-markdown-update
Browse files Browse the repository at this point in the history
fix markdown action
  • Loading branch information
hlotyaks authored Apr 4, 2022
2 parents e361c05 + ce1dbf9 commit e0ea687
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 e0ea687

Please sign in to comment.