diff --git a/.forgejo/workflows/build-deploy.yml b/.forgejo/workflows/build-deploy.yml deleted file mode 100644 index e7206fb..0000000 --- a/.forgejo/workflows/build-deploy.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Build and Deploy Website - -on: - push: - branches: - - main - - develop - -jobs: - build: - name: Build and Deploy Website - runs-on: docker - container: - image: node:lts - steps: - - name: Install Dependencies - run: npm install - - name: Build English Version - run: npm run build - - name: Build German Version - run: npm run build:de diff --git a/.woodpecker.yml.old b/.woodpecker.yml similarity index 100% rename from .woodpecker.yml.old rename to .woodpecker.yml