We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e442dc commit 0a7ae7aCopy full SHA for 0a7ae7a
.github/actions/publish-docs/action.yml
@@ -8,6 +8,9 @@ inputs:
8
runs:
9
using: composite
10
steps:
11
+ - name: Add .nojekyll file
12
+ run: touch docs/build/html/.nojekyll
13
+
14
- uses: launchdarkly/gh-actions/actions/publish-pages@publish-pages-v1.0.1
15
name: 'Publish to Github pages'
16
with:
0 commit comments