You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ A GitHub Action that builds and deploys a Jekyll site to GitHub Pages.
8
8
9
9
This GitHub Action is licensed under the MIT license. View the [repository's `LICENSE` file for more information](https://github.com/EdricChan03/action-build-deploy-ghpages/blob/main/LICENSE).
10
10
11
+
## Known issues
12
+
13
+
### Error: Container action is only supported on Linux
14
+
15
+
This is because this GitHub Action is a Docker container action which appears to currently not be supported on environments
16
+
other than Linux. For more information, see this
17
+
[GitHub Community discussion](https://github.com/orgs/community/discussions/25777#discussioncomment-3249229) and [#29](https://github.com/EdricChan03/action-build-deploy-ghpages/issues/29).
0 commit comments