hfgj
This commit is contained in:
parent
2f2927f042
commit
f65c112423
6
.github/workflows/cona-isa.yml
vendored
6
.github/workflows/cona-isa.yml
vendored
@ -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"
|
Loading…
Reference in New Issue
Block a user