10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-24 21:21:52 +02:00

Install hugo from snap

This commit is contained in:
Anthony Scemama 2020-11-20 09:53:08 +01:00
parent ed6abed7e2
commit d74b2e2970

View File

@ -16,7 +16,10 @@ jobs:
run: sudo apt-get update
- name: install dependencies
run: sudo apt-get install hugo
run: sudo apt-get install snap
- name: install hugo
run: snap install hugo --channel=extended
- name: install theme
run: git submodule update --init --recursive