Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG - GH action workflows fixes (#1970)
There are a couple of fixes in this PR: 1. The publish action has been failing due to the permissions needed by the coverage action (see https://github.com/pydata/pydata-sphinx-theme/actions/runs/10659690328/workflow). This should add the missing permissions for that specific workflow - note this is needed as when the workflow is not triggered from a Pull Request then the coverage data is pushed to a branch in the repo (but the main CI workflow still needs PR permissions 🤷🏽♀️, permissions are weird). 2. There is a breaking change in the `upload-artifact` action which is making our workflows fail now
- Loading branch information