Skip to content

Commit df5f16c

Browse files
committed
Remove unnecessary step to generate user-manual.pdf
1 parent 00abb7c commit df5f16c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ jobs:
8282
run: |
8383
git clone https://github.com/agda/agda --branch ${{ env.AGDA_BRANCH }} --depth=1
8484
cd agda
85-
mkdir -p doc
86-
touch doc/user-manual.pdf
8785
${{ env.CABAL_INSTALL }}
8886
cd ..
8987
rm -rf agda

0 commit comments

Comments
 (0)