Skip to content

.github/workflows/fetch-assets.yml #118

.github/workflows/fetch-assets.yml

.github/workflows/fetch-assets.yml #118

Workflow file for this run

on:
schedule:
- cron: '33 1 * * *'
workflow_dispatch:
jobs:
fetch-assets:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -r requirements.txt
- run: python fetch-assets.py
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .
cname: assets.developers.italia.it