Skip to content

Commit 3a0b34d

Browse files
authored
Update deploy.yml
1 parent 4334d3b commit 3a0b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: mkdir -p .well-known # Ensure the .well-known directory exists
2929

3030
- name: Create .nojekyll file
31-
run: echo '' > .well-known/.nojekyll # Create a .nojekyll file inside .well-known
31+
run: echo '' > .nojekyll # Create .nojekyll file at the root of the deployed content
3232

3333
- name: Deploy to GitHub Pages
3434
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)