Skip to content

Commit

Permalink
docs: Fix broken formatting (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Mar 4, 2024
1 parent 5701dba commit eb8fbd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/publish-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ runs:
using: composite
steps:
- name: Add .nojekyll file
shell: bash
run: touch docs/build/html/.nojekyll

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

0 comments on commit eb8fbd2

Please sign in to comment.