File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 33  push :
44    branches : ["master"] 
55  workflow_dispatch :
6- defaults :
7-   run :
8-     working-directory : " website" 
96jobs :
107  deploy :
118    uses : " getpelican/pelican/.github/workflows/github_pages.yml@main" 
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Add .rst file to the website/content/ folder and run git review.
77Test locally using:
88
99``` sh 
10- cd  website
1110pelican content
1211``` 
1312
Original file line number Diff line number Diff line change 66SITENAME  =  u'Software Factory' 
77SITEURL  =  'https://www.softwarefactory-project.io' 
88
9- PATH  =  'content' 
10- THEME  =  'themes/pelican-bootstrap3' 
9+ PATH  =  'website/ content' 
10+ THEME  =  'website/ themes/pelican-bootstrap3' 
1111SITELOGO  =  'images/SoftwareFactory-logo.svg' 
1212SITELOGO_SIZE  =  '20px' 
1313BOOTSTRAP_NAVBAR_INVERSE  =  'True' 
File renamed without changes.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments