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 a78987a commit f6845c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ jobs:
cd ..
cd protobuf
../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
# mv -f ./proto/**/*.md docs
mv proto/fault/v1/fault.proto.md docs
ls -la docs
- name: Generating protos
run: |
Expand Down

0 comments on commit f6845c3

Please sign in to comment.