Skip to content

Commit e808963

Browse files
Update CI
1 parent ac999de commit e808963

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable-4.13
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- uses: gap-actions/setup-gap@v2
2525
with:
2626
GAPBRANCH: ${{ matrix.gap-branch }}
@@ -38,15 +38,10 @@ jobs:
3838
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
3939

4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- uses: gap-actions/setup-gap@v2
4343
with:
4444
GAP_PKGS_TO_BUILD: ''
4545
- uses: gap-actions/build-pkg-docs@v1
4646
with:
4747
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

Comments
 (0)