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

Documentation for Registered Versions #31

Open
cortner opened this issue May 11, 2023 · 2 comments
Open

Documentation for Registered Versions #31

cortner opened this issue May 11, 2023 · 2 comments

Comments

@cortner
Copy link
Member

cortner commented May 11, 2023

Can somebody figure out how to make TagBot trigger doc builds for registered versions?

@cortner
Copy link
Member Author

cortner commented Jul 27, 2023

@tjjarvinen -- have you done this before? If yes, I'd be grateful if you can look into it. I just checked again and it looks like I have everything set up correctly but the tagbot is not triggering the doc build, so obviously I'm still missing something.

@cortner cortner closed this as completed Jul 27, 2023
@tjjarvinen
Copy link
Contributor

Doc builds should trigger when you tag a version. So, basically TagBot will tag a release version, which will trigger Doc build. It seems that this has not happened. So the issue is should be on CI.yml file. This point is the key
https://github.com/ACEsuit/Polynomials4ML.jl/blob/955f4f06c776e7a6554eefd7a6fb5ea83c453530/.github/workflows/CI.yml#L6C1-L6C16

on:
  push:
    branches:
      - main
    tags: ['*']

But for me it looks like ok - I have been using

on:
  push:
    branches:
      - master
    tags: '*'

So, the next option would be to look for GitHub Actions log on what is going.

But I have not use TagBot myself, so I am not much help here.

@cortner cortner reopened this Jul 28, 2023
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

2 participants