Skip to content

Commit ee04d7c

Browse files
committed
ci: create folder before generating docs
1 parent 9bc9131 commit ee04d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
enable_prerelease_mode: true
2222
major_pattern: "BREAKING"
2323
minor_pattern: "feat:"
24+
- run: mkdir -p .build
2425
- run: |
2526
export VERSION="${{ steps.version.outputs.version }}"
2627
go generate
27-
- run: mkdir -p .build
2828
- uses: crazy-max/ghaction-xgo@v2
2929
with:
3030
dest: ${{ env.GITHUB_WORKSPACE }}/.build

0 commit comments

Comments
 (0)