Skip to content

Commit 13efa9f

Browse files
Remove unnecessary .nojekyll file creation
The actions/configure-pages@v4 action with static_site_generator: next automatically handles Jekyll configuration, making manual .nojekyll file creation redundant and potentially problematic.
1 parent 860f283 commit 13efa9f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ jobs:
3838
echo "Contents of out directory:"
3939
ls -la out/ || echo "out directory does not exist"
4040
41-
- name: Add .nojekyll file
42-
run: |
43-
mkdir -p ./out
44-
touch ./out/.nojekyll
45-
echo "Created .nojekyll file"
46-
ls -la ./out/
47-
4841
- name: Upload artifact
4942
uses: actions/upload-pages-artifact@v3
5043
with:

0 commit comments

Comments
 (0)