File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1414
1515name : build-and-deploy-rcr-ui 
1616run-name : ${{ github.actor }} builds and deploys github pages 
17- on : [push] 
17+ on :
18+   push :
19+     branches :
20+       - main 
21+   pull_request :
22+     branches :
23+       - main 
24+   repository_dispatch :
25+     types : [on-rcr-trigger] 
26+ 
1827permissions :
1928  contents : write 
2029jobs :
2130  checkout-setup-build-test : 
2231    runs-on : ubuntu-24.04 
2332    steps :
2433
34+     - name : Checkout repository and submodules 
35+       uses : actions/checkout@v4 
36+       with :
37+         submodules : true 
38+         fetch-depth : 0 
39+ 
40+     - name : Switch to latest gh-pages branch of the RCR 
41+       run : | 
42+         git submodule foreach git checkout origin/gh-pages 
43+ 
2544    - name : Install platform tooling 
2645      timeout-minutes : 10 
2746      run : | 
2847        sudo apt-get -qq install npm direnv 
2948        sudo npm install -g pnpm 
3049        eval "$(direnv hook bash)" 
31- 
32-     - name : Checkout repository and submodules 
33-       uses : actions/checkout@v4 
34-       with :
35-         submodules : true 
3650
3751name : Setup Bazel 
3852      uses : bazel-contrib/setup-bazel@0.15.0 
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export const MODULES_ROOT_DIR = path.join(
1111  process . cwd ( ) , 
1212  'data' , 
1313  'ros-central-registry' , 
14-   'docs' , 
1514  'modules' 
1615) 
1716
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments