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 5c49aa0 commit 31a6a54Copy full SHA for 31a6a54
.github/workflows/tests.yml
@@ -63,7 +63,7 @@ jobs:
63
git commit -m "Update wiki submodule reference [skip ci]"
64
git push origin HEAD:refs/heads/${{ github.head_ref || github.ref_name }}
65
tests:
66
- name: Run Tests and Deploy API Docs & Coverage
+ name: Run Tests
67
runs-on: ubuntu-latest
68
steps:
69
- uses: actions/checkout@v4
@@ -128,6 +128,7 @@ jobs:
128
path: public/
129
130
deploy:
131
+ name: Deploy API Docs & Coverage to GitHub Pages
132
if: github.ref == 'refs/heads/main'
133
needs: tests
134
environment:
0 commit comments