From ce737b4100696468959d6e7f8a00e01ee7be239f Mon Sep 17 00:00:00 2001 From: Cdm2883 Date: Sat, 10 Aug 2024 17:38:46 +0800 Subject: [PATCH] ci: use Gitea mirror instead of GitHub --- .gitea/workflows/build-demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-demo.yaml b/.gitea/workflows/build-demo.yaml index 57e1f88..847274e 100644 --- a/.gitea/workflows/build-demo.yaml +++ b/.gitea/workflows/build-demo.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout - name: Install Python run: sudo apt-get install python3.9 @@ -15,7 +15,7 @@ jobs: run: pip install mkdocs-material - name: Setup Node.js - uses: actions/setup-node@v4 + uses: https://gitea.com/actions/setup-node with: node-version: '20' @@ -26,7 +26,7 @@ jobs: run: npm run build - name: Upload Output - uses: actions/upload-artifact@v4 + uses: https://gitea.com/actions/upload-artifact with: name: static-website path: site/