Unable to Prevent Auto-Generated Azure SWA Workflow in publish
Branch by retypeapp/action-github-pages
#720
-
Description:I'm using Retype to automate building and deploying my site via GitHub Actions. Specifically, I am using the DisclaimerI am an amateur in this topic, and all comments should be taken with caution. I have done my best to get informed (through the Retype Docs and ChatGPT), but there may still be mistakes. I apologize in advance for any inaccuracies. Issues Faced:
Build Logs Snippet:In the build logs of the for the step that has
This suggests that Retype is explicitly deploying this workflow, despite my attempts to change/ignore it. My Question:
Any guidance on how to stop this automatic workflow generation or to have better control over the deployment configuration would be greatly appreciated. Context and CodeI have added this section to provide some code snippets that might be relevant.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I don't know if this qualifies for an issue, so I will leave it here. @geoffreymcgill do you have any initial thoughts on why the action passes through the Retype build, etc.? |
Beta Was this translation helpful? Give feedback.
-
Is your repo publicly accessibly on GitHub. That would give me a chance to look through the configuration files to see what's happening and try to reproduce?
This does seem strange to me:
By default, the Now it is certainly possible to configure Retype or another process to also explicitly copy I will run some tests and try to reproduce your scenario with the multiple workflow Hope this helps. |
Beta Was this translation helpful? Give feedback.
Is your repo publicly accessibly on GitHub. That would give me a chance to look through the configuration files to see what's happening and try to reproduce?
This does seem strange to me:
By default, the
publish
branch should only contain the files that are generated by the Retype build process. If you manually run theretype build
command locally…