Describe the bug
The GitHub workflow Publish Documentation is failing, resulting in the documentation not being updated. The workflow is in /.github/workflows/gh-pages.yml.
Expected behavior
The workflow should succeed and documentation should be updated and published.
Steps to Reproduce
- Merge a PR into the main branch
- Go to Actions
- Locate the Publish Documentation action
- Watch it fail
Possible solution (optional)
Update version numbers in the YAML file:
uses: actions/checkout@v3 --> uses: actions/checkout@v4
uses: conda-incubator/setup-miniconda@v2 -- > uses: conda-incubator/setup-miniconda@v3
uses: peaceiris/actions-gh-pages@v3 --> uses: peaceiris/actions-gh-pages@v4
My platform
No response
Additional context
No response
Describe the bug
The GitHub workflow Publish Documentation is failing, resulting in the documentation not being updated. The workflow is in
/.github/workflows/gh-pages.yml.Expected behavior
The workflow should succeed and documentation should be updated and published.
Steps to Reproduce
Possible solution (optional)
Update version numbers in the YAML file:
uses: actions/checkout@v3-->uses: actions/checkout@v4uses: conda-incubator/setup-miniconda@v2-- >uses: conda-incubator/setup-miniconda@v3uses: peaceiris/actions-gh-pages@v3-->uses: peaceiris/actions-gh-pages@v4My platform
No response
Additional context
No response