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 6f46b65 commit 533553dCopy full SHA for 533553d
1 file changed
.github/workflows/deploy.yml
@@ -133,6 +133,14 @@ jobs:
133
echo "Building your project..."
134
mkdocs build
135
echo "pwd in build project with MKDocs"
136
+ - name: Add .nojekyll
137
+ run: touch site/.nojekyll
138
+
139
+ - name: Deploy to GitHub Pages
140
+ uses: peaceiris/actions-gh-pages@v4
141
+ with:
142
+ github_token: ${{ secrets.GITHUB_TOKEN }}
143
+ publish_dir: ./site
144
###
145
146
# Build stage - converting md file to html using MkDocs
0 commit comments