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

Need explanation #29

Open
kridsadakorn opened this issue Jun 22, 2021 · 0 comments
Open

Need explanation #29

kridsadakorn opened this issue Jun 22, 2021 · 0 comments

Comments

@kridsadakorn
Copy link

Dear Authors,

I am quite naive about Github Action. What I want to do is to create the HTML documents from a public repository.
Let say, I want to create the HTML documents from NumPy. How could I do that?
Here is my naive script, it doesn't work. It would be great if you help me to point it out.

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@master
      with:
        repository: numpy/numpy
        path: .
    - uses: ammaraskar/sphinx-action@master
      with:
        build-command: "sphinx-build -b html . _build"
        docs-folder: "doc/"

Thank you.

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

No branches or pull requests

1 participant