-
I am using this file to build and deploy my Vue.js Project
This script gets source files from the master branch but I'd like to deploy the project on Github Pages from other branch. What should i do to solve this problem? Thank you very much. |
Beta Was this translation helpful? Give feedback.
Answered by
JamesIves
Dec 29, 2021
Replies: 1 comment
-
It appears that you're filtering workflow runs on pushes to a branch named "Online". You likely need to replace that with the name of your main branch instead. Additionally you may want to consider upgrading your workflow to use version 4 as 3 is no longer maintained. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JamesIves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that you're filtering workflow runs on pushes to a branch named "Online". You likely need to replace that with the name of your main branch instead.
Additionally you may want to consider upgrading your workflow to use version 4 as 3 is no longer maintained.