Skip to content

Update library

Update library #801

Workflow file for this run

on:
schedule:
- cron: "0 9 * * 0-6"
workflow_dispatch:
push:
branches:
- master
name: "Update library"
jobs:
curl-books:
runs-on: "ubuntu-latest"
steps:
- uses: actions/[email protected]
- name: curl books
run: sh fetch.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./