Skip to content

Commit 3101684

Browse files
committed
doc: preserve the _changelog_ module documentation when publishing to GitHub Pages
<https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/> > This should only be necessary if your site uses files or directories > that start with underscores since Jekyll considers these to be special > resources and does not copy them to the final site.
1 parent af310e0 commit 3101684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: |
5858
mkdir output
5959
mv target/doc output
60+
touch output/.nojekyll
6061
6162
- name: Deploy
6263
uses: JamesIves/github-pages-deploy-action@4.1.0

0 commit comments

Comments
 (0)