Added arch install post and used custom theme (#9)

This commit is contained in:
Alejandro Angulo 2021-10-01 17:46:00 -07:00 committed by GitHub
parent c5c0bf7bdd
commit 663416b0f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 907 additions and 12 deletions

View file

@ -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