Skip to content

Commit 1846484

Browse files
fix including .well-known
1 parent 5ff6891 commit 1846484

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ignore hidden files
22
.*
33

4+
!.well-known/
5+
46
third-party/beautiful-jekyll/_posts/
57

68
_site/

.github/workflows/jekyll-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
name: site
153153
path: _site
154154
if-no-files-found: error
155+
include-hidden-files: true
155156
retention-days: 1
156157

157158
deploy:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ _SETUP
7474
EXPOSE 4000
7575

7676
# Command to build and serve the Jekyll site
77-
CMD ["bundle", "exec", "jekyll", "serve", "--trace", "--config", "_config_theme.yml,_config_local.yml"]
77+
CMD ["bundle", "exec", "jekyll", "serve", "--future", "--trace", "--config", "_config_theme.yml,_config_local.yml"]

_config_theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ exclude:
297297
- README.md
298298

299299
include:
300-
- .well-known/
300+
- .well-known
301301

302302
plugins:
303303
- jekyll-paginate

0 commit comments

Comments
 (0)