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 a43fdd1 commit d71b86aCopy full SHA for d71b86a
.github/workflows/deploy_v3_docs.yml
@@ -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