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 4334d3b commit 3a0b34dCopy full SHA for 3a0b34d
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
run: mkdir -p .well-known # Ensure the .well-known directory exists
29
30
- name: Create .nojekyll file
31
- run: echo '' > .well-known/.nojekyll # Create a .nojekyll file inside .well-known
+ run: echo '' > .nojekyll # Create .nojekyll file at the root of the deployed content
32
33
- name: Deploy to GitHub Pages
34
uses: peaceiris/actions-gh-pages@v3
0 commit comments