Skip to content

chore(deps): update actions/checkout action to v4 #3

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #3

Workflow file for this run

---
name: newsman-status
on:
schedule:
- cron: "* 23 * * *"
push:
branches:
- master
workflow_dispatch

Check failure on line 9 in .github/workflows/status.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/status.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
newsman-daily-status:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- run: gem install newsman
- run: newsman --help
- run: mkdir -p gh-pages/$(date +'%Y/%m/%d')
- run: cp gh-pages/*.txt gh-pages/$(date +'%Y/%m/%d')
- uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: gh-pages
clean: false