10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00
This commit is contained in:
Anthony Scemama 2020-11-20 09:54:19 +01:00
parent d74b2e2970
commit bdb707b0b7

View File

@ -13,13 +13,13 @@ jobs:
- uses: actions/checkout@v2
- name: refresh apt
run: sudo apt-get update
run: sudo apt update
- name: install dependencies
run: sudo apt-get install snap
run: sudo apt install snap
- name: install hugo
run: snap install hugo --channel=extended
run: sudo snap install hugo --channel=extended
- name: install theme
run: git submodule update --init --recursive