Skip to content

Commit 5320e0c

Browse files
takaokoujiclaude
andcommitted
ci: remove redundant .nojekyll creation and clean up CNAME
- Replace touch build/.nojekyll with rm -f build/CNAME in smalruby3-gui GitHub Pages deployment step - .nojekyll already exists from smalruby.app deployment since they share the same build directory - Remove CNAME file created for smalruby.app to prevent domain conflicts with smalruby3-gui GitHub Pages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f6a5e09 commit 5320e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: npm exec node ./scripts/postbuild.mjs
126126
- name: Prepare deployment files for smalruby3-gui GitHub Pages
127127
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
128-
run: touch build/.nojekyll
128+
run: rm -f build/CNAME
129129
- name: Deploy playground to GitHub Pages
130130
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
131131
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)