We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c92bd1 commit bfb54cdCopy full SHA for bfb54cd
.github/workflows/publish_site.yaml
@@ -3,7 +3,8 @@ name: Build and Deploy GH Pages
3
4
on:
5
push:
6
- branches: [$default-branch]
+ branches:
7
+ - [$default-branch]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
0 commit comments