We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac999de commit e808963Copy full SHA for e808963
.github/workflows/CI.yml
@@ -20,7 +20,7 @@ jobs:
20
- stable-4.13
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
- uses: gap-actions/setup-gap@v2
25
with:
26
GAPBRANCH: ${{ matrix.gap-branch }}
@@ -38,15 +38,10 @@ jobs:
38
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
39
40
41
42
43
44
GAP_PKGS_TO_BUILD: ''
45
- uses: gap-actions/build-pkg-docs@v1
46
47
use-latex: 'true'
48
- - name: 'Upload documentation'
49
- uses: actions/upload-artifact@v2
50
- with:
51
- name: manual
52
- path: ./doc/manual.pdf
0 commit comments