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

Build docs as part of github actions #181

Open
Abscissa opened this issue May 4, 2018 · 1 comment
Open

Build docs as part of github actions #181

Abscissa opened this issue May 4, 2018 · 1 comment

Comments

@Abscissa
Copy link

Abscissa commented May 4, 2018

...to ensure doc-building doesn't get broken.

@SingingBush
Copy link

now that github actions are used the title of this issue needs renaming. It's still needed however. I recommend making a new workflow for building the documentation that get's run whenever a tag is created, something like:

name: Build Documentation

on:
  release:
    types: [created]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      ...

I didn't do this as part of #227 but it should be fairly straight forward

@schveiguy schveiguy changed the title Build docs as part of Travis CI tests Build docs as part of github actions May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants