Skip to content

Commit 5f7293a

Browse files
authored
[Docs][Actions] Force pushing to any branch is no longer allowed even in workflows (#2035)
* Add force option to GitHub Pages deploy action * Let's make sure the documentation build will be triggered
1 parent 8b3875b commit 5f7293a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
with:
2626
folder: site
2727
clean-exclude: pr-preview/
28+
force: false

docs/plugin/interfaces/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Thunder plugins are built around the concept of interfaces. An interface acts as a contract between the plugin and the outside world (this could be external client applications or other plugins).
1+
Thunder plugins are built around the concept of interfaces. An interface acts as a contract between the plugin and the outside world (this could be external client applications or other plugins).
22

33
In Thunder, plugins can expose their interfaces over two communication channels:
44

0 commit comments

Comments
 (0)