diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6426a1f..abacf92 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,13 +6,11 @@ jobs: build: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: http://http://47.116.170.60:3300/jeff/MYDOC - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: node-version: '14' - - name: Install Yarn - run: npm install -g yarn - name: Install dependencies run: yarn install - name: Build Docusaurus website