Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Nov 26, 2023
1 parent d2e84ba commit d4d8f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions starters/academic-cv/.github/workflows/updater-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion starters/blog/.github/workflows/import-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4d8f73

Please sign in to comment.