This repository was archived by the owner on May 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments