Skip to content
Snippets Groups Projects
Commit 8f7f2e4c authored by obaz's avatar obaz
Browse files

minor

parent 1b22a82b
No related branches found
No related tags found
No related merge requests found
......@@ -237,9 +237,9 @@ production:
script:
- apt-get update -y && apt-get install -yq python3-pip
- pip3 install git+https://git.autistici.org/ai3/tools/webdav-upload#egg=webdav_upload
- jekyll build -d output
- jekyll build -d output-folder
# we assume you are building your website with jekyll and the
# output is stored in a folder called `output` - but you can use
# output is stored in a folder called `output-folder` - but you can use
# whatever system you prefer to build your website
- webdav-upload --user="$WEBDAV_USER" --password="$WEBDAV_PASSWORD" --url "https://www.autistici.org/dav/$WEBDAV_USER/" output-folder html-yourwebsite
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment