Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunglim committed Jul 10, 2024
1 parent 020e500 commit c1412ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
steps:
- name: Setup
run: go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest
- uses: actions/checkout@v2
- name: Clone repo
- uses: actions/checkout@v4
- name: Run gomarkdoc
run: |
git config --global user.email '[email protected]'
git config --global user.name 'sample'
git clone --branch master
gomarkdoc --output helper/README.md ./helper
git diff .

0 comments on commit c1412ce

Please sign in to comment.