Skip to content

Commit d50c88c

Browse files
Move pelican config to the project root
Change-Id: I332c8cc50a75c7691ea887ced0acc89b3e71c7d6
1 parent 72e3256 commit d50c88c

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/pelican.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
push:
44
branches: ["master"]
55
workflow_dispatch:
6-
defaults:
7-
run:
8-
working-directory: "website"
96
jobs:
107
deploy:
118
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Add .rst file to the website/content/ folder and run git review.
77
Test locally using:
88

99
```sh
10-
cd website
1110
pelican content
1211
```
1312

website/pelicanconf.py pelicanconf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
SITENAME = u'Software Factory'
77
SITEURL = 'https://www.softwarefactory-project.io'
88

9-
PATH = 'content'
10-
THEME = 'themes/pelican-bootstrap3'
9+
PATH = 'website/content'
10+
THEME = 'website/themes/pelican-bootstrap3'
1111
SITELOGO = 'images/SoftwareFactory-logo.svg'
1212
SITELOGO_SIZE = '20px'
1313
BOOTSTRAP_NAVBAR_INVERSE = 'True'
File renamed without changes.

0 commit comments

Comments
 (0)