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

Updated docs not published #419

Open
nkeim opened this issue May 24, 2022 · 0 comments
Open

Updated docs not published #419

nkeim opened this issue May 24, 2022 · 0 comments

Comments

@nkeim
Copy link
Contributor

nkeim commented May 24, 2022

It looks like the GitHub action to build the docs is successfully building the HTML docs, but then failing on the "Publish" step (which I believe would push the docs to the gh-pages branch of the repository). In the log, it appears that the "Publish" step produces no output, presumably because of the conditional

if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

AFAICT both conditions are being satisfied when we merge something into the main branch.

Meanwhile, it looks like the gh-pages branch is getting overwritten anyway with only an empty .nojekyll file.

The configuration options for this action look reasonable as per the documentation.

Once this is working, we can solve the problem of whether to host releases' documentation in the pims gh-pages branch, or at the current location linked to in the README.

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