1
0
mirror of https://github.com/fruworg/fruworg.github.io.git synced 2025-07-01 23:43:59 +03:00

Update hugo.yml

This commit is contained in:
2023-10-10 01:55:53 +06:00
committed by GitHub
parent 0ecf4e8a82
commit 3ea58f0774

@ -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