Skip to content

Commit

Permalink
docs: Fix GH pages rendering of published docs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Nov 20, 2023
1 parent 6e442dc commit 0a7ae7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/publish-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ inputs:
runs:
using: composite
steps:
- name: Add .nojekyll file
run: touch docs/build/html/.nojekyll

- uses: launchdarkly/gh-actions/actions/publish-pages@publish-pages-v1.0.1
name: 'Publish to Github pages'
with:
Expand Down

0 comments on commit 0a7ae7a

Please sign in to comment.