Skip to content

Commit c308a35

Browse files
TaiSakumaclaude
andcommitted
refactor: move touch .nojekyll next to git add
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e07700c commit c308a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-to-gh-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ runs:
3434
git rm -rf .
3535
git clean -fd
3636
fi
37-
touch .nojekyll
3837
rm -rf "$TARGET"
3938
mkdir -p "$(dirname "$TARGET")"
4039
cp -r "${{ inputs.site-dir }}" "$TARGET"
40+
touch .nojekyll
4141
git add .nojekyll "$TARGET"
4242
git diff --cached --quiet || git commit -m "${{ inputs.commit-message }}"
4343
git push origin gh-pages

0 commit comments

Comments
 (0)