10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-12-25 13:53:48 +01: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 run: sudo apt-get update
- name: install dependencies - 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 - name: install theme
run: git submodule update --init --recursive run: git submodule update --init --recursive