Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: fix godoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jun 3, 2021
1 parent cc45b53 commit 0db163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godoc.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: generate docs
run: |
godoc -http=$ADDR &
sleep 1
sleep 5
wget -r -np -N -E -p -k http://${ADDR}/pkg/${MOD}/
- name: replace urls
run: |
Expand Down

0 comments on commit 0db163d

Please sign in to comment.