mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	docs: Fix bash command in tutorials/github-pages-blog
This commit is contained in:
		
				
					committed by
					
						 Albert Nigmatzianov
						Albert Nigmatzianov
					
				
			
			
				
	
			
			
			
						parent
						
							9b080dc625
						
					
				
				
					commit
					c99761555c
				
			| @@ -76,7 +76,7 @@ Now check out the gh-pages branch into your _public_ folder, using git's [worktr | |||||||
| Regenerate the site using Hugo and commit the generated files on the gh-pages branch: | Regenerate the site using Hugo and commit the generated files on the gh-pages branch: | ||||||
|  |  | ||||||
|     hugo |     hugo | ||||||
|     cd public && git add --all && git commit -m "Publishing to gh-pages" & cd .. |     cd public && git add --all && git commit -m "Publishing to gh-pages" && cd .. | ||||||
|  |  | ||||||
| If the changes in your local gh-pages branch look alright, push them to the remote repo: | If the changes in your local gh-pages branch look alright, push them to the remote repo: | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user