From b6ca067fa753a5ac2554ca854050012677fff287 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 28 Feb 2025 16:02:27 +0100 Subject: [PATCH] test: ci pipeline --- .gitea/workflows/release.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/workflows/release.yml diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml new file mode 100644 index 0000000..6b0ece3 --- /dev/null +++ b/.gitea/workflows/release.yml @@ -0,0 +1,22 @@ +--- +name: release + +on: + - push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout main + uses: actions/checkout@v4 + - run: echo ${{ github.token }} + - run: echo ${{ github.server_url }} + - name: Build only + uses: shalzz/zola-deploy-action@v0.20.0 + env: + BUILD_ONLY: true + #- name: Do release + # uses: actions/gitea-release-action@v1 + # with: + # files: public