chore: switch from npm to yarn
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				deploy / deploy (push) Successful in 1m52s
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	deploy / deploy (push) Successful in 1m52s
				This commit is contained in:
		
							parent
							
								
									13999306bc
								
							
						
					
					
						commit
						b6bbf636ec
					
				@ -9,17 +9,17 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          node-version: 18.x
 | 
				
			||||||
 | 
					      - run: corepack enable
 | 
				
			||||||
 | 
					      - run: yarn install --frozen-lockfile
 | 
				
			||||||
      - uses: purcell/setup-emacs@master
 | 
					      - uses: purcell/setup-emacs@master
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: 29.1
 | 
					          version: 29.1
 | 
				
			||||||
      - name: "Export org to md"
 | 
					      - name: "Export org to md"
 | 
				
			||||||
        run: emacs -Q --script export.el
 | 
					        run: emacs -Q --script export.el
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - run: yarn docs:build
 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          node-version: 18.x
 | 
					 | 
				
			||||||
      - run: npm ci
 | 
					 | 
				
			||||||
      - name: "Build"
 | 
					 | 
				
			||||||
        run: npm run docs:build
 | 
					 | 
				
			||||||
      - name: "Deploy"
 | 
					      - name: "Deploy"
 | 
				
			||||||
        uses: appleboy/scp-action@v0.1.7
 | 
					        uses: appleboy/scp-action@v0.1.7
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -3,4 +3,4 @@ node_modules
 | 
				
			|||||||
.cache
 | 
					.cache
 | 
				
			||||||
/docs/**/*.md
 | 
					/docs/**/*.md
 | 
				
			||||||
/docs/.vuepress/dist/
 | 
					/docs/.vuepress/dist/
 | 
				
			||||||
/yarn*
 | 
					/.yarn/
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.yarnrc.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.yarnrc.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					nodeLinker: 'node-modules'
 | 
				
			||||||
							
								
								
									
										2611
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2611
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -18,5 +18,6 @@
 | 
				
			|||||||
    "@vuepress/theme-default": "2.0.0-rc.2",
 | 
					    "@vuepress/theme-default": "2.0.0-rc.2",
 | 
				
			||||||
    "vuepress": "2.0.0-rc.2",
 | 
					    "vuepress": "2.0.0-rc.2",
 | 
				
			||||||
    "vuepress-plugin-search-pro": "^2.0.0-rc.15"
 | 
					    "vuepress-plugin-search-pro": "^2.0.0-rc.15"
 | 
				
			||||||
  }
 | 
					  },
 | 
				
			||||||
 | 
					  "packageManager": "yarn@4.0.2"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user