mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00: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:
|
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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue