Skip to content

Commit

Permalink
add checkout logic to docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TibebeJS committed Dec 28, 2020
1 parent 2fc6bfc commit 6e7ea4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/godev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Publish doc to go.dev packages
run: |
git pull
Expand Down

0 comments on commit 6e7ea4a

Please sign in to comment.