We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afde54a commit ba67ef0Copy full SHA for ba67ef0
.github/workflows/doxygen.yml
@@ -1,4 +1,9 @@
1
name: Doxygen Generation
2
+
3
+# Needs this to write to gh-pages branch.
4
+permissions:
5
+ contents: write
6
7
on:
8
push:
9
branches: [main]
0 commit comments