You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1224
# Description
After making the switch to docker build containers some issues popped up
in the deploy pipeline:
- There is an permission issue when writing to the temp directory.
Symlinks cant be created. This has been resolved by changing the temp
directory to a folder inside the docker container
- Pushing the documentation failed because the git name and email
weren't set
# Checklist
<!---
Before requesting review, please go through this checklist:
-->
- [x] Links to correct issue
- [ ] Update changelog, if changes affect users
- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [ ] Unit tests were added
- [ ] **If feature added**: Added/extended example
0 commit comments