We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b995d78 commit 3d5a21aCopy full SHA for 3d5a21a
.github/workflows/docs.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: "Generate documentation"
33
run: |
34
cd magefiles
35
- if ! mage GenerateDocs; then
+ if ! mage gen:docs; then
36
echo "Documentation generation failed"
37
exit 1
38
fi
0 commit comments