switching back, but adding perm fixer
This commit is contained in:
parent
6dd0da0e88
commit
c9a258d345
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -7,7 +7,11 @@ jobs:
|
|||
- name: Get latest code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build hugo site
|
||||
uses: lowply/build-hugo@v0.110.0
|
||||
uses: jakejarvis/hugo-build-action@master
|
||||
with:
|
||||
args: --minify
|
||||
- name: Clean permissions
|
||||
uses: main-quest/actions.clean-permissions@v1.0.4
|
||||
- name: Upload files
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.3.3
|
||||
with:
|
||||
|
|
Reference in a new issue