From bb14068d251e2a5c16fa3d8b763025fc9b4e6ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Palencs=C3=A1r?= Date: Sat, 21 Jun 2025 00:16:35 +0200 Subject: [PATCH] remove: VuePress documentation workflow - focus on Ansible core functionality --- .github/workflows/docs.yml | 60 -------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 .github/workflows/docs.yml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index 0b1327a..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: Documentation - -on: - push: - branches: [ main ] - paths: [ 'docs/**', 'README.md' ] - -jobs: - deploy-docs: - name: Deploy Documentation - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: '18' - - - name: Install dependencies - run: | - npm install -g @vuepress/cli vuepress - - - name: Build documentation - run: | - # Create docs structure for VuePress - mkdir -p .vuepress - cat > .vuepress/config.js <