We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324839f commit 9705c25Copy full SHA for 9705c25
.circleci/config.yml
@@ -24,6 +24,9 @@ jobs:
24
- checkout
25
- attach_workspace:
26
at: gh-pages
27
+ - run:
28
+ name: Disable jekyll builds
29
+ command: touch gh-pages/.nojekyll
30
- run:
31
name: Install and configure dependencies
32
command: |
@@ -35,7 +38,7 @@ jobs:
35
38
- "c2:dc:84:4b:b7:c2:87:39:80:00:4a:a8:9f:62:44:37"
36
39
37
40
name: Deploy docs to gh-pages branch
- 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
42
workflows:
43
version: 2
44
build:
0 commit comments