mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
sudo
This commit is contained in:
parent
d74b2e2970
commit
bdb707b0b7
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user