Update hugo.yml

This commit is contained in:
Руслан 2023-10-10 01:55:53 +06:00 committed by GitHub
parent 0ecf4e8a82
commit 3ea58f0774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,13 +70,13 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: false
dist_dir: public
cleanup: true
dist_dir: ./public
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2