install hugo in cicd
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 45s
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 45s
This commit is contained in:
@@ -17,6 +17,11 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
cd ../..
|
cd ../..
|
||||||
|
- name: Setup Hugo
|
||||||
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
with:
|
||||||
|
hugo-version: 'latest'
|
||||||
|
extended: true
|
||||||
- name: Create SSH keys
|
- name: Create SSH keys
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
|
|||||||
Reference in New Issue
Block a user