Skip to content

[BUG] - Publish Documentation Workflow Failing #190

Description

@zdomke

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

  1. Merge a PR into the main branch
  2. Go to Actions
  3. Locate the Publish Documentation action
  4. 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

Metadata

Metadata

Assignees

Labels

CI/CDImprovements or additions to CI/CD pipelinebugSomething isn't workingdocumentationImprovements or additions to documentation

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions