Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit a59d3a0

Browse files
authored
Merge pull request #535 from smalruby/feat/not-deploy-smalruby-app
feat: not deploy smalruby app
2 parents bed0a37 + 4195446 commit a59d3a0

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,6 @@ jobs:
138138
- name: Prepare deployment files
139139
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
140140
run: touch build/.nojekyll
141-
- name: Deploy playground to Smalruby.app GitHub Pages
142-
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
143-
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
144-
with:
145-
deploy_key: ${{ secrets.SMALRUBY_APP_DEPLOY_KEY }}
146-
publish_dir: ./build
147-
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
148-
cname: smalruby.app
149-
external_repository: smalruby/smalruby.app
150141
- name: Rebuild for smalruby3-gui GitHub Pages
151142
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
152143
env:

0 commit comments

Comments
 (0)