Skip to content

Commit 867b5b1

Browse files
committed
ci: stop building PDF and singlehtml on PR
We don't need to build PDF and singlehtml versions on every pull requests, only on merge to master. So this patch removes this steps from GitHub workflow file.
1 parent 3f431f1 commit 867b5b1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ jobs:
7474
id: make-json
7575
- run: make json-ru
7676
id: make-json-ru
77-
- run: make pdf
78-
id: make-pdf
79-
- run: make pdf-ru
80-
id: make-pdf-ru
81-
- run: make singlehtml
82-
id: make-singlehtml
83-
- run: make singlehtml-ru
84-
id: make-singlehtml-ru
8577

8678
- run: bash upload_output.sh
8779
id: upload-output

0 commit comments

Comments
 (0)