Skip to content

Commit 73cf236

Browse files
committed
refactor: #1 Update GitHub Actions workflow for testing documentation build and deploy
1 parent 718fdbb commit 73cf236

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docs-ci-dry-run.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
- name: Test documentation build
4444
run: mkdocs build
4545

46-
- name: Test mike deployment (dry run)
47-
run: |
48-
# Simulate tag deployment
49-
mike deploy --dry-run test-version latest
50-
51-
# Simulate dev deployment
52-
mike deploy --dry-run dev
53-
5446
- name: Test full deployment process
5547
run: |
5648
# Simulate tag deployment

0 commit comments

Comments
 (0)