Skip to content

Commit

Permalink
fixed errors in GitHub Docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraupne committed Feb 2, 2025
1 parent cfcbc82 commit fdd4feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Generate documentation
run: |
make create-docs-linux PARAM_CC="gcc" PARAM_CGO_LDFLAGS="-s -w"
make create-docs-linux PARAM_CC="gcc" PARAM_CGO_LDFLAGS="'-s -w'"
- name: Git diff
run: |
Expand Down

0 comments on commit fdd4feb

Please sign in to comment.