Skip to content

Commit 4d9d37b

Browse files
committed
Do not try to build Jekyll
1 parent b7bcda8 commit 4d9d37b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cspell-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: cspell-action
22
on:
3+
workflow_dispatch:
34
pull_request:
45
push:
56
branches:

.github/workflows/jekyll.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name: Deploy Jekyll site to Pages
88

99
on:
1010
# Runs on pushes targeting the default branch
11-
push:
12-
branches: ["main"]
11+
# push:
12+
# branches: ["main"]
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
@@ -30,6 +30,7 @@ jobs:
3030
# Build job
3131
build:
3232
runs-on: ubuntu-latest
33+
3334
steps:
3435
- name: Checkout
3536
uses: actions/checkout@v4

0 commit comments

Comments
 (0)