We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559406c commit b02326dCopy full SHA for b02326d
1 file changed
.github/workflows/docs.yml
@@ -24,6 +24,9 @@ jobs:
24
steps:
25
- uses: actions/checkout@v5
26
- uses: gap-actions/setup-gap@v3
27
+ - run: |
28
+ cd $GAPROOT/pkg
29
+ ../bin/BuildPackages.sh --strict nq
30
- uses: gap-actions/build-pkg-docs@v2
31
with:
32
use-latex: 'true'
0 commit comments