Added arch install post and used custom theme (#9)
This commit is contained in:
parent
c5c0bf7bdd
commit
663416b0f4
22 changed files with 907 additions and 12 deletions
|
@ -12,8 +12,8 @@ jobs:
|
|||
name: install AWS CLI
|
||||
command: |
|
||||
sudo apt update
|
||||
sudo apt install python-pip
|
||||
pip install awscli
|
||||
sudo apt install python3-pip
|
||||
pip3 install awscli
|
||||
|
||||
# build with hugo
|
||||
- run: HUGO_ENV=production hugo -v --minify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue