We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca20ca commit 2a2f15fCopy full SHA for 2a2f15f
.github/workflows/jekyll.yml
@@ -3,6 +3,8 @@ name: Deploy Jekyll site to Pages
3
4
on:
5
push:
6
+ branches:
7
+ - main
8
workflow_dispatch:
9
10
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -45,4 +47,4 @@ jobs:
45
47
steps:
46
48
- name: Deploy to GitHub Pages
49
id: deployment
- uses: actions/deploy-pages@v4
50
+ uses: actions/deploy-pages@v4
0 commit comments