10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-11-03 20:53:59 +01: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 - uses: actions/checkout@v2
- name: refresh apt - name: refresh apt
run: sudo apt-get update run: sudo apt update
- name: install dependencies - name: install dependencies
run: sudo apt-get install snap run: sudo apt install snap
- name: install hugo - name: install hugo
run: snap install hugo --channel=extended run: sudo snap install hugo --channel=extended
- name: install theme - name: install theme
run: git submodule update --init --recursive run: git submodule update --init --recursive