diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml deleted file mode 100644 index 5713574..0000000 --- a/.forgejo/workflows/build.yaml +++ /dev/null @@ -1,26 +0,0 @@ -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: docker - steps: - - uses: actions/checkout@v4 - with: - submodules: true - fetch-depth: 0 - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version: '1.22.4' - - name: Setup Hugo - uses: https://github.com/peaceiris/actions-hugo@v3 - with: - hugo-version: 'latest' - - name: build - run: hugo --minify - - name: push public - run: | - cp -rf public/* /sitestatic \ No newline at end of file