summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 10:04:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 23:42:14 +0200
commita93b1f00c9d2602ed8235eaad527e6adc647762a (patch)
treededb2cf2ad9f5f4848ca2137efd01483d882f197 /.github
parent353b27df533a13f796cfd895aeb7ad7fe691c824 (diff)
downloadqutebrowser-a93b1f00c9d2602ed8235eaad527e6adc647762a.tar.gz
qutebrowser-a93b1f00c9d2602ed8235eaad527e6adc647762a.zip
ci: Try docs as well
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 0d817778e..e11844775 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -51,7 +51,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U -r misc/requirements/requirements-tox.txt
- name: Run tox
- run: tox -e build-release -- --skip-docs
+ run: tox -e build-release
irc:
timeout-minutes: 2