aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/doc.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-07-24 23:29:54 +0200
committerDario Nieuwenhuis <[email protected]>2025-07-24 23:29:54 +0200
commitb49d809346bb420c7994c75fa0121f6d28870c05 (patch)
tree76704df531782c5048bebf83feec67ade6d9c8d1 /.github/ci/doc.sh
parentff29d61b318efb54912096ec7771b0a906380440 (diff)
Add dedup to doc job.
Diffstat (limited to '.github/ci/doc.sh')
-rwxr-xr-x.github/ci/doc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index 90662af82..9162b37ae 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -1,5 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2## on push branch=main 2## on push branch=main
3## priority -10
4## dedup dequeue
3 5
4set -euxo pipefail 6set -euxo pipefail
5 7