Skip to content

Commit

Permalink
pkg.zlog.org/market.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JG1VPP committed Jun 29, 2023
1 parent 24010f1 commit 7f6451b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- 'master'
schedule:
- cron: '0 0 * * *'
- cron: '5 0 * * *'
permissions:
contents: read
id-token: write
Expand All @@ -16,14 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nextzlog/zylo@master
with:
nobuild: true
token: ${{secrets.GITHUB_TOKEN}}
- run: |
mkdir -p _data
gh api $RELEASES --paginate > _data/releases.json
zbuild market > _data/market.json
curl -o _data/market.json https://pkg.zlog.org/market.json
- uses: actions/configure-pages@v2
- uses: actions/jekyll-build-pages@v1
- uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 7f6451b

Please sign in to comment.