Skip to content

Commit 533553d

Browse files
authored
Update deploy.yml
1 parent 6f46b65 commit 533553d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ jobs:
133133
echo "Building your project..."
134134
mkdocs build
135135
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
136144
###
137145

138146
# Build stage - converting md file to html using MkDocs

0 commit comments

Comments
 (0)