diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 39e3dbb..90db56a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,8 +14,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 - with: - registry-url: https://git.luke-else.co.uk/api/packages/luke-else/npm/ - name: Install dependencies run: npm install