We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16a92b commit 0bba273Copy full SHA for 0bba273
.github/workflows/deploy-docs_ghpage.yml
@@ -3,7 +3,7 @@ name: Deploy Docs to Pages
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ "main" ] # or "develop"
+ branches: [ "emmuham/deploy-docs" ] # or "develop"
7
# optional schedule:
8
# schedule:
9
# - cron: "0 0 * * 6"
0 commit comments