Skip to content

Commit d54fe85

Browse files
📚 Correction de l'action GitHub de déploiement de la doc (#1565)
1 parent 9dcb8db commit d54fe85

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: Deploy Sphinx Documentation to GitHub Pages
1+
name: 📚 Deploy Documentation
2+
3+
permissions:
4+
contents: write
5+
26

37
on:
48
push:
5-
branches:
6-
- main # Adjust this to your default branch name, if necessary
7-
- document-frontend
9+
branches: [main]
810

911
# Address actions/missing-workflow-permissions rule in
1012
# code scanning alerts

0 commit comments

Comments
 (0)