Skip to content

Commit

Permalink
hack quarto-publish.yml to get around runner problem
Browse files Browse the repository at this point in the history
  • Loading branch information
eldobbins authored Aug 29, 2024
1 parent 6cf5390 commit 53939b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ jobs:
env:
QUARTO_PROFILE: html
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- name: Check chromium
# hack from https://github.com/quarto-dev/quarto-actions/issues/45
run: |
echo $(which chromium-browser)
$(which chromium-browser) --headless https://www.chromestatus.com
- name: Render PDF
uses: quarto-dev/quarto-actions/render@v2
with:
Expand Down Expand Up @@ -102,4 +108,4 @@ jobs:
git config user.name "GitHub Action"
git add -f *.pdf
git commit -m "Automatically generated PDF" -a || echo "No changes to commit"
git push origin gh-pages
git push origin gh-pages

0 comments on commit 53939b7

Please sign in to comment.