gcc fix

master
greglebreton 2 years ago
parent 14a601c3d4
commit a3060b5fe9
  1. 2
      .drone.yml

@ -18,7 +18,7 @@ steps:
- name: site
path: /site
commands:
- apk install gcc -y
- apk install gcc
- pip install -U -r ./requirements.txt
- mkdocs build

Loading…
Cancel
Save