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 d0782ab commit 5b1deabCopy full SHA for 5b1deab
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
# SONAR_CLOUD_LOGIN: ${{ secrets.SONAR_CLOUD_LOGIN }}
25
26
- build-dita:
+ build-dita:
27
name: Build DITA
28
runs-on: ubuntu-latest
29
steps:
@@ -52,6 +52,5 @@ jobs:
52
plugin: 'fox.jason.passthrough.doxygen'
53
prerequisites: |
54
https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
55
- setup-script: 'test/setup.sh'
56
env:
57
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
0 commit comments