diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ce9dd14..1871168 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,12 +28,4 @@ jobs: extended: true - name: Build - run: hugo --minify - - - name: Deploy - uses: https://github.com/peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public - publish_branch: deploy # deploying branch - cname: tablet.sh \ No newline at end of file + run: hugo server --minify &> /dev/null & disown %1 \ No newline at end of file