mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-02 04:38:58 +00:00
fix names
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: publish-schema-docs
|
name: publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -8,14 +8,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build site
|
- name: setup hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.110.0'
|
hugo-version: '0.110.0'
|
||||||
- name: build
|
- name: build
|
||||||
run: hugo --minify --destination ./build
|
run: hugo --minify --destination ./build
|
||||||
|
|
||||||
- name: publish site
|
- name: publish
|
||||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||||
with:
|
with:
|
||||||
server: ${{secrets.FTP_URL}}
|
server: ${{secrets.FTP_URL}}
|
||||||
|
|||||||
Reference in New Issue
Block a user