We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a5c12 commit 79d7fb9Copy full SHA for 79d7fb9
.github/workflows/ci-cd.yml
@@ -192,8 +192,6 @@ jobs:
192
github_token: ${{ secrets.GITHUB_TOKEN }}
193
publish_dir: ./build
194
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
195
- - run: |
196
- rm node_modules/gh-pages/.cache
197
- name: Deploy playground to Smalruby.app GitHub Pages
198
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
199
with:
0 commit comments