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 c27b0cc commit 4938f37Copy full SHA for 4938f37
.github/workflows/build.yml
@@ -48,8 +48,7 @@ jobs:
48
- name: Build documentation
49
run: make -j 2
50
- name: Run tests
51
- run: |
52
- ./tests/run_documentation_tests.sh
+ run: ./tests/run_documentation_tests.sh
53
- name: Deploy to Mythic Beasts
54
if: ${{ github.ref == 'refs/heads/master' }}
55
uses: ./.github/actions/deploy-action
0 commit comments