ci: update

This commit is contained in:
George Cushen 2023-11-26 21:25:03 +00:00
commit d4d8f739af
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ name: Updater (WIP)
on: on:
schedule: schedule:
- cron: 0 0 * * 0 - cron: 0 0 * * 0
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
# Provide permission to clone the repo and deploy it to GitHub Pages
permissions:
contents: write
jobs: jobs:
update: update:

View file

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install academic==0.11.1 pip install academic==0.11.2
- name: Run Academic Converter Tool - name: Run Academic Converter Tool
run: academic import 'notebooks/*.ipynb' content/post/ --verbose run: academic import 'notebooks/*.ipynb' content/post/ --verbose
- name: Create Pull Request - name: Create Pull Request