diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 6daddb1..878fbb4 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -73,3 +73,10 @@ jobs: - 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