diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index ba6ad48..cd1aa73 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -58,4 +58,4 @@ jobs: with: branch: gh-pages folder: _site - single-commit: 1 + single-commit: true |