diff --git a/.github/workflows/deploy-book.yml b/.github/workflows/deploy-book.yml index 03f20f3..ec174f4 100644 --- a/.github/workflows/deploy-book.yml +++ b/.github/workflows/deploy-book.yml @@ -4,8 +4,8 @@ name: deploy-book on: push: branches: - - main - + - main + # This job installs dependencies, build the book, and pushes it to `gh-pages` jobs: deploy-book: @@ -23,6 +23,11 @@ jobs: run: | pip install -r content/requirements.txt + # Fetch ORCID records + - name: Fetch ORCID records + run: | + cd content; python orcid_to_bib.py + # Build the page - name: Build the book run: |