Skip to content

Commit 9705c25

Browse files
committed
adding .nojekyll to the gh -pages
1 parent 324839f commit 9705c25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- checkout
2525
- attach_workspace:
2626
at: gh-pages
27+
- run:
28+
name: Disable jekyll builds
29+
command: touch gh-pages/.nojekyll
2730
- run:
2831
name: Install and configure dependencies
2932
command: |
@@ -35,7 +38,7 @@ jobs:
3538
- "c2:dc:84:4b:b7:c2:87:39:80:00:4a:a8:9f:62:44:37"
3639
- run:
3740
name: Deploy docs to gh-pages branch
38-
command: gh-pages --dotfiles --message "[skip ci] Updates" --dist gh-pages
41+
command: gh-pages --dotfiles --message "[skip ci] Publishing new documentation" --dist gh-pages
3942
workflows:
4043
version: 2
4144
build:

0 commit comments

Comments
 (0)