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 e5d53df commit 65db7ceCopy full SHA for 65db7ce
1 file changed
.github/workflows/tests.yml
@@ -56,6 +56,9 @@ jobs:
56
runs-on: ubuntu-latest
57
steps:
58
- uses: actions/checkout@v4
59
+ - name: Install xsltproc
60
+ run: |
61
+ sudo apt-get install -y xsltproc
62
- name: Build documentation for website
63
working-directory: ${{ github.workspace }}/documentation
64
run: |
0 commit comments