Skip to content

Commit 0a7ae7a

Browse files
authored
docs: Fix GH pages rendering of published docs (#21)
1 parent 6e442dc commit 0a7ae7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/publish-docs/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11+
- name: Add .nojekyll file
12+
run: touch docs/build/html/.nojekyll
13+
1114
- uses: launchdarkly/gh-actions/actions/publish-pages@publish-pages-v1.0.1
1215
name: 'Publish to Github pages'
1316
with:

0 commit comments

Comments
 (0)