We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaa2a9 commit d637b60Copy full SHA for d637b60
.github/workflows/doxygen.yml
@@ -3,6 +3,7 @@ name: Build and Deploy Doxygen Docs
3
on:
4
push:
5
branches: [ main ] # sempre que atualizar a main, a doc é regenerada
6
+ workflow_dispatch: # permite disparar manualmente
7
8
jobs:
9
docs:
0 commit comments