Skip to content

Commit be880c3

Browse files
committed
check
1 parent 6b0758b commit be880c3

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/cleanup_pr_previews.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
attempt-limit: 100
1919
commit-message: cleaning up pr preview for https://github.com/databasedav/haalka/pull/${{ env.PR }}
2020
folder: empty_dir
21-
force: false
2221
single-commit: true
2322
target-folder: pr_previews/${{ env.PR }}
2423
name: cleanup_pr_previews

.github/workflows/examples_on_main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
attempt-limit: 100
6969
commit-message: https://github.com/databasedav/haalka/commit/${{ github.sha }}
7070
folder: pages
71-
force: false
7271
single-commit: true
7372
target-folder: examples
7473
get_examples_:

.github/workflows/pr_previews.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
attempt-limit: 100
6969
commit-message: https://github.com/databasedav/haalka/pull/${{ github.event.number }}/commits/${{ github.event.pull_request.head.sha }}
7070
folder: pages
71-
force: false
7271
single-commit: true
7372
target-folder: pr_previews/${{ github.event.number }}
7473
deployment_comment:

kaaj/src/cleanup_pr_previews.ncl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ fun repo =>
3232
uses = "JamesIves/github-pages-deploy-action@v%{ GITHUB_PAGES_DEPLOY_ACTION_VERSION }",
3333
with = {
3434
folder = "empty_dir",
35-
force = false,
3635
attempt-limit = GITHUB_PAGES_DEPLOY_ACTION_ATTEMPT_LIMIT,
3736
target-folder = "pr_previews/${{ env.PR }}",
3837
commit-message = "cleaning up pr preview for %{ repo }/pull/${{ env.PR }}",

kaaj/src/common.ncl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ let install_nickel_ = {
152152
uses = "JamesIves/github-pages-deploy-action@v%{ GITHUB_PAGES_DEPLOY_ACTION_VERSION }",
153153
with = {
154154
folder = "pages",
155-
force = false,
156155
attempt-limit = GITHUB_PAGES_DEPLOY_ACTION_ATTEMPT_LIMIT,
157156
target-folder = if pr != "" then "pr_previews/%{ pr }" else "examples",
158157
commit-message = if pr != "" then "%{ repo }/pull/%{ pr }/commits/${{ github.event.pull_request.head.sha }}" else "%{ repo }/commit/${{ github.sha }}",

0 commit comments

Comments
 (0)