@@ -145,35 +145,3 @@ jobs:
145145 run : |
146146 git tag -f "${{github.event.release.tag_name}}" HEAD
147147 git push -f origin "refs/tags/${{github.event.release.tag_name}}"
148-
149- - name : Deploy scratch-svg-renderer to GitHub Pages
150- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
151- with :
152- github_token : ${{ secrets.GITHUB_TOKEN }}
153- publish_dir : ./packages/scratch-svg-renderer/playground
154- destination_dir : scratch-svg-renderer
155- full_commit_message : " Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
156-
157- - name : Deploy scratch-render to GitHub Pages
158- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
159- with :
160- github_token : ${{ secrets.GITHUB_TOKEN }}
161- publish_dir : ./packages/scratch-render/playground
162- destination_dir : scratch-render
163- full_commit_message : " Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
164-
165- - name : Deploy scratch-vm to GitHub Pages
166- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
167- with :
168- github_token : ${{ secrets.GITHUB_TOKEN }}
169- publish_dir : ./packages/scratch-vm/playground
170- destination_dir : scratch-vm
171- full_commit_message : " Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
172-
173- - name : Deploy scratch-gui to GitHub Pages
174- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
175- with :
176- github_token : ${{ secrets.GITHUB_TOKEN }}
177- publish_dir : ./packages/scratch-gui/build
178- destination_dir : scratch-gui
179- full_commit_message : " Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
0 commit comments