Skip to content

Commit 996a2ea

Browse files
committed
Fix typo
1 parent ab75677 commit 996a2ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ defaults:
3434
shell: bash
3535

3636
jobs:
37-
# Build job
3837
build:
39-
# Ensure that the build job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
38+
# Build job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
4039
if: |
4140
github.event_name == 'push' ||
4241
github.event_name == 'workflow_dispatch' ||
@@ -73,9 +72,8 @@ jobs:
7372
with:
7473
path: ./public
7574

76-
# Deployment job
7775
deploy:
78-
# Ensure that the deploy job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
76+
# Deploy job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
7977
if: |
8078
github.event_name == 'push' ||
8179
github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)