Skip to content

Commit

Permalink
Merge pull request #1938 from rosahbruno/docs-nojekyll
Browse files Browse the repository at this point in the history
add .nojekyll in docs-deploy step
  • Loading branch information
rosahbruno committed May 14, 2024
2 parents 85cb3b3 + ddfadb9 commit bb7c7db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ jobs:
- run:
name: Build documentation
command: npm --prefix ./documentation run build
- run:
name: Disable jekyll builds
command: touch documentation/dist/.nojekyll
- run:
name: Show contents
command: ls -R documentation/dist
Expand Down

0 comments on commit bb7c7db

Please sign in to comment.