Skip to content

Commit 43f5643

Browse files
committed
Fix job name
1 parent 4828752 commit 43f5643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- run: bundle install && bundle exec jekyll build
1818

19-
- name: Deploy Docs
19+
- name: Deploy
2020
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)