This commit is contained in:
Kreyren 2020-02-07 20:39:47 +00:00
parent 2f2927f042
commit f65c112423

@ -216,7 +216,7 @@ jobs:
- name: Test with pylint
run: |
pip install pylint
pylint src/bin/main.py
pylint ${{ github.workspace }}/src/bin/main
# Jekyll
jekyll:
@ -225,6 +225,4 @@ jobs:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
docker run -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"