File tree 4 files changed +2
-6
lines changed
4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : ["master"]
5
5
workflow_dispatch :
6
- defaults :
7
- run :
8
- working-directory : " website"
9
6
jobs :
10
7
deploy :
11
8
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.
7
7
Test locally using:
8
8
9
9
``` sh
10
- cd website
11
10
pelican content
12
11
```
13
12
Original file line number Diff line number Diff line change 6
6
SITENAME = u'Software Factory'
7
7
SITEURL = 'https://www.softwarefactory-project.io'
8
8
9
- PATH = 'content'
10
- THEME = 'themes/pelican-bootstrap3'
9
+ PATH = 'website/ content'
10
+ THEME = 'website/ themes/pelican-bootstrap3'
11
11
SITELOGO = 'images/SoftwareFactory-logo.svg'
12
12
SITELOGO_SIZE = '20px'
13
13
BOOTSTRAP_NAVBAR_INVERSE = 'True'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments