diff --git a/starters/academic-cv/.github/workflows/updater-wip.yml b/starters/academic-cv/.github/workflows/updater-wip.yml index e385017f..43aacf1d 100644 --- a/starters/academic-cv/.github/workflows/updater-wip.yml +++ b/starters/academic-cv/.github/workflows/updater-wip.yml @@ -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: diff --git a/starters/blog/.github/workflows/import-notebooks.yml b/starters/blog/.github/workflows/import-notebooks.yml index 9eb5625d..d227a9e4 100644 --- a/starters/blog/.github/workflows/import-notebooks.yml +++ b/starters/blog/.github/workflows/import-notebooks.yml @@ -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