fix gh-action

This commit is contained in:
mivinci 2021-08-23 22:07:25 +08:00
parent e508f05588
commit 3ff72373ba

View file

@ -1,4 +1,4 @@
name: Deploy
name: Site
on:
push:
@ -22,6 +22,9 @@ jobs:
hugo-version: '0.85.0'
extended: true
- name: Rename
run: cd .. && mv hugo-theme-minima minima && cd minima
- name: Build
run: make build