We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1b3d1 commit fc6d81fCopy full SHA for fc6d81f
1 file changed
.github/workflows/marp-pages.yml
@@ -3,8 +3,7 @@ name: Deploy marp site to Pages
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: ["main"]
7
- paths: ["slides"]
+ branches: "main"
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
0 commit comments