Fix: source for raw and content for pelican
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
28ba4ed4a0
commit
2f3911c8af
@ -31,7 +31,7 @@ steps:
|
|||||||
from_secret: minio_access_key
|
from_secret: minio_access_key
|
||||||
secret_key:
|
secret_key:
|
||||||
from_secret: minio_secret_key
|
from_secret: minio_secret_key
|
||||||
source: .
|
source: /tosend
|
||||||
target: /
|
target: /
|
||||||
path_style: true
|
path_style: true
|
||||||
delete: true
|
delete: true
|
||||||
@ -67,7 +67,7 @@ steps:
|
|||||||
- git submodule update
|
- git submodule update
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
- export MAGICK_HOME=/usr
|
- export MAGICK_HOME=/usr
|
||||||
- pelican /drone/content/ -o /output -s publishconf.py --relative-urls
|
- pelican ./content/ -o /output -s publishconf.py --relative-urls
|
||||||
|
|
||||||
- name: Push to bucket opytex.org
|
- name: Push to bucket opytex.org
|
||||||
image: plugins/s3-sync:1
|
image: plugins/s3-sync:1
|
||||||
|
Loading…
Reference in New Issue
Block a user