Skip to content

Commit

Permalink
Update golang.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Oct 6, 2023
1 parent 9c3225a commit 3ef5054
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
run: |
cd ..
cd protobuf
ls -la
../proto-gen-md-diagrams/proto-gen-md-diagrams -d proto
ls -la
ls -la proto/fault/v1
mkdir -p docs
ls -la
ls -la docs
mv -f proto/**/*.md docs
ls -la docs
- name: Generating protos
Expand Down

0 comments on commit 3ef5054

Please sign in to comment.