-
Notifications
You must be signed in to change notification settings - Fork 25
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
Failure of "Deploy stable docs index" job #1234
Comments
It seems like a permission problem:
You could try to add It seems to me this action never ran completely (never use release with pymeilisearch) so it is difficult to know if something changed or something never was working. Also, I would always put the Pinging @RobPasMue @Revathyvenugopal162 |
Linking the PR where |
I think this is related to the old token being re-deployed - @Revathyvenugopal162 Short term solution @PProfizi - retrigger the doc generation for the released docs. Redeploy them. And execute the meilisearch index generation for stable docs. Is this only happening on stable docs? or also on dev docs? |
Thx @RobPasMue, it does happen also on the dev doc |
@RobPasMue I can trigger the stable doc release again but I need to know if we must change something to the action first. We can test that by making a PR and updating the dev doc first. |
yes, this is true, the is not showing any value. i dont see other issues in the PR which pymeilisearch implemented. @PProfizi the issue here was https://github.com/ansys/pydpf-core/actions/runs/6579035067/job/17874194117 the pip install . was not working to get the version. if that got fixed, the deployment will not have any issues i hope |
Ok, thx @Revathyvenugopal162 ! I'll try and fix that, then |
@Revathyvenugopal162 I might need help understanding why the dev doc index deployment failed last time with many errors, despite the job being eventually green https://github.com/ansys/pydpf-core/actions/runs/6864191191/job/18666818212#step:2:6626 |
Hi @Revathyvenugopal162 @RobPasMue I am trying to fix the deployment of the dev doc search index first but I do not understand why the search engine of the current dev doc is still not working despite this job having run: |
@PProfizi , the dumbing is correct and i can see the docs already deployed on the backend, so the indexing is correct. In dev docs, it is not showing the API key in raw HTML, |
Just merged a potential fix for the dev doc index deployment failure #1302 |
Just merged a fix: had to use a venv to install the package, otherwise there were errors most likely due to the runner config and conflicts with |
Before submitting the issue
Description of the bug
Hi @Revathyvenugopal162, do you have an idea of what might have gone wrong?
Failure of the
Deploy stable docs index
job in releaser.yml during the latest release.Steps To Reproduce
https://github.com/ansys/pydpf-core/actions/runs/6579035067/job/17874194117
Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
Ansys 2024 R1
Which Python version causes the issue?
3.10
Installed packages
NA
The text was updated successfully, but these errors were encountered: