-
Description: I'm trying to add a new version to my docs which is 5.8.5 and this issue said that I should remove gh-deploy once I've used it already first before I add a new version, so I tried that and then it gave me an error which I don't really understand. Github Actions Error: https://github.com/Imzxhir/journeymap-docs/actions/runs/4525197127 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The links returns a 404 error. So, what was the issue or what was the solution? |
Beta Was this translation helpful? Give feedback.
-
Yeah, this issue was resolved. I had to add '- run: git pull' at the start of my run commands in the github actions file for it to work. |
Beta Was this translation helpful? Give feedback.
Yeah, this issue was resolved. I had to add '- run: git pull' at the start of my run commands in the github actions file for it to work.