mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove docs from automatically building in Gitpod (#23978)
I couldn't find a way to build the docs without `trans-copy` and spinning up a dev environment that generates files untracked by git on startup is not a good development experience Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
		@@ -23,13 +23,6 @@ tasks:
 | 
			
		||||
      gp sync-await setup
 | 
			
		||||
      make watch-frontend
 | 
			
		||||
    openMode: split-right
 | 
			
		||||
  - name: Run docs
 | 
			
		||||
    command: |
 | 
			
		||||
      gp sync-await setup
 | 
			
		||||
      cd docs
 | 
			
		||||
      make clean update
 | 
			
		||||
      hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
 | 
			
		||||
    openMode: split-right
 | 
			
		||||
 | 
			
		||||
vscode:
 | 
			
		||||
  extensions:
 | 
			
		||||
@@ -46,5 +39,3 @@ vscode:
 | 
			
		||||
ports:
 | 
			
		||||
  - name: Gitea
 | 
			
		||||
    port: 3000
 | 
			
		||||
  - name: Docs
 | 
			
		||||
    port: 1313
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user