Skip to content

Commit 6b991af

Browse files
committed
remove deploying redirects
1 parent be311ee commit 6b991af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

-10
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,3 @@ jobs:
193193
with:
194194
github_token: ${{ secrets.GITHUB_TOKEN }}
195195
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

Comments
 (0)