Workflow: update ci.yml

This commit is contained in:
osamu-kj 2023-04-08 12:48:05 +02:00
parent f8a8cac6c7
commit b2247b59d4

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: setup hugo
uses: peaceiris/actions-hugo@v2
- name: build - name: build
run: hugo --minify run: hugo --minify
- uses: bcomnes/deploy-to-neocities@v1 - uses: bcomnes/deploy-to-neocities@v1