If you want to deploy hexe g to coding and Github at the same time, you need to modify the deployment configuration of the site configuration file _config.yml
Original configuration
Code
1 | deploy: |
change into
Code
1 | deploy: |
My configuration is as follows
Code
1 | deploy: |
I submit the SSH key used here. This method has a benefit. You do not need to enter your username and password when submitting. If you are used to http, just change the address to the corresponding http address.