mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
ci: update
This commit is contained in:
parent
d2e84bae02
commit
d4d8f739af
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ name: Updater (WIP)
|
|||
on:
|
||||
schedule:
|
||||
- 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:
|
||||
update:
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install academic==0.11.1
|
||||
pip install academic==0.11.2
|
||||
- name: Run Academic Converter Tool
|
||||
run: academic import 'notebooks/*.ipynb' content/post/ --verbose
|
||||
- name: Create Pull Request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue