Update hugo.yml

This commit is contained in:
Руслан 2023-10-10 02:27:46 +06:00 committed by GitHub
parent 5e9322b9f1
commit 696831a6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages # Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages * Neocities name: Deploy Hugo site to Pages & Neocities
on: on:
# Runs on pushes targeting the default branch # Runs on pushes targeting the default branch
@ -75,6 +75,8 @@ jobs:
uses: actions/deploy-pages@v2 uses: actions/deploy-pages@v2
deploy-neocities: deploy-neocities:
environment:
name: neocities
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
@ -82,5 +84,5 @@ jobs:
uses: bcomnes/deploy-to-neocities@v1 uses: bcomnes/deploy-to-neocities@v1
with: with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }} api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true cleanup: false
dist_dir: ./ dist_dir: ./