Skip to content

Commit eb8fbd2

Browse files
authored
docs: Fix broken formatting (#27)
1 parent 5701dba commit eb8fbd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ runs:
99
using: composite
1010
steps:
1111
- name: Add .nojekyll file
12+
shell: bash
1213
run: touch docs/build/html/.nojekyll
1314

14-
- uses: launchdarkly/gh-actions/actions/[email protected].1
15+
- uses: launchdarkly/gh-actions/actions/[email protected].2
1516
name: 'Publish to Github pages'
1617
with:
1718
docs_path: docs/build/html/

0 commit comments

Comments
 (0)