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 9ed4d31 commit d13e5ceCopy full SHA for d13e5ce
.github/workflows/ci.yml
@@ -32,13 +32,6 @@ jobs:
32
permissions:
33
contents: write
34
35
- push_docs:
36
- needs: [test, docs]
37
- if: github.ref_type == 'tag' || github.ref_name == 'main'
38
- uses: ./.github/workflows/_push_docs.yml
39
- permissions:
40
- contents: write
41
-
42
example:
43
needs: test
44
if: github.ref_name == 'main'
0 commit comments