Skip to content

zerocracy

zerocracy #1907

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2014-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: zerocracy
'on':
schedule:
- cron: '51 3 * * *'
concurrency:
group: zerocracy
cancel-in-progress: false
jobs:
zerocracy:
if: github.repository_owner == 'yegor256'
runs-on: ubuntu-24.04
timeout-minutes: 25
steps:
- uses: actions/checkout@v7
- uses: zerocracy/judges-action@0.17.21
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
repositories: yegor256/takes
factbase: takes.fb
- uses: zerocracy/pages-action@0.7.0
with:
factbase: takes.fb
- uses: JamesIves/github-pages-deploy-action@v4.8.0
with:
folder: pages
clean: false