We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6730d2e commit 50c0c6cCopy full SHA for 50c0c6c
.github/workflows/zerocracy.yml
@@ -0,0 +1,29 @@
1
+# SPDX-FileCopyrightText: Copyright (c) 2011-2025 Yegor Bugayenko
2
+# SPDX-License-Identifier: MIT
3
+---
4
+# yamllint disable rule:line-length
5
+name: zerocracy
6
+'on':
7
+ schedule:
8
+ - cron: '11 * * * *'
9
+concurrency:
10
+ group: zerocracy
11
+ cancel-in-progress: false
12
+jobs:
13
+ zerocracy:
14
+ runs-on: ubuntu-24.04
15
+ timeout-minutes: 25
16
+ steps:
17
+ - uses: actions/checkout@v4
18
+ - uses: zerocracy/[email protected]
19
+ with:
20
+ token: ${{ secrets.ZEROCRACY_TOKEN }}
21
+ repositories: yegor256/qulice
22
+ factbase: qulice.fb
23
24
25
26
+ - uses: JamesIves/[email protected]
27
28
+ folder: pages
29
+ clean: false
0 commit comments