Skip to content

Commit d71b86a

Browse files
authored
Add dummy workflow for v3 docs in main (#4078)
1 parent a43fdd1 commit d71b86a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This is a dummy workflow just to appear in the UI
2+
# The actual workflow is defined on the gh-pages branch - deploy_v3_docs.yml
3+
name: Deploy V3 API Docs to Pages
4+
5+
on:
6+
workflow_dispatch:
7+
8+
jobs:
9+
dummy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Dummy Step
13+
run: echo "This is a dummy action to ensure visibility"

0 commit comments

Comments
 (0)