Skip to content

Commit

Permalink
13
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 6, 2024
1 parent 141fd64 commit e2f8e3d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@
---
name: zerocracy
'on':
push:
branches:
- master
# schedule:
# - cron: '0 * * * *'
schedule:
- cron: '0 * * * *'
concurrency:
group: zerocracy
cancel-in-progress: false
Expand All @@ -35,19 +32,21 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: zerocracy/[email protected].10
- uses: zerocracy/[email protected].13
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
options: |
token=${{ secrets.GITHUB_TOKEN }}
github_token=${{ secrets.GITHUB_TOKEN }}
summary_url=https://objectionary.github.io/eo/zerocracy.html
repositories=objectionary/*
factbase: objectionary.fb
- uses: zerocracy/[email protected].15
- uses: zerocracy/[email protected].16
with:
factbase: objectionary.fb
output: pages
logo: https://www.objectionary.com/cactus.svg
options: |
github_token=${{ secrets.GITHUB_TOKEN }}
- uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down

0 comments on commit e2f8e3d

Please sign in to comment.