We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be311ee commit 6b991afCopy full SHA for 6b991af
.github/workflows/ci.yml
@@ -193,13 +193,3 @@ jobs:
193
with:
194
github_token: ${{ secrets.GITHUB_TOKEN }}
195
publish_dir: ./public/cypress-examples
196
-
197
- # deploy the redirect pages that point every top level
198
- # HTML page the Cypress Test Runner might load to the corresponding
199
- # page under the latest version
200
- - name: Deploy redirects 🚀
201
- uses: peaceiris/actions-gh-pages@v3
202
- with:
203
- github_token: ${{ secrets.GITHUB_TOKEN }}
204
- publish_dir: ./redirects
205
- destination_dir: .
0 commit comments