Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandoc with Pages v3 #24

Closed
vballoli opened this issue Mar 3, 2023 · 2 comments
Closed

Pandoc with Pages v3 #24

vballoli opened this issue Mar 3, 2023 · 2 comments

Comments

@vballoli
Copy link

vballoli commented Mar 3, 2023

Just adding it here for a quick reference, easy fix when using https://github.com/sphinx-notes/pages with packages like nbsphinx. I hope it helps anyone using this and facing the following error:

Please check that pandoc is installed:
http://pandoc.org/installing.html
name: Deploy Sphinx documentation to Pages

# Runs on pushes targeting the default branch
on:
  push:
    branches: [master]

jobs:
  pages:
    runs-on: ubuntu-20.04
    environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}
    permissions:
      pages: write
      id-token: write
    steps:
    - id: install_pandoc
      run: sudo apt-get install pandoc
    - id: deployment
      uses: sphinx-notes/pages@v3
@vballoli vballoli closed this as completed Mar 3, 2023
@vballoli
Copy link
Author

vballoli commented Mar 3, 2023

Feel free to delete this if not the appropriate area(I actually wanted to post it in a discussions tab, but posted it here because there's no discussion segment for this repo).

@SilverRainZ
Copy link
Member

Thanks for your info, I think we can add a section to README to tell people about "how to install extra dependencies".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants