From 55dfc18c0475cdbe2b3b2937be3b5a78658d285b Mon Sep 17 00:00:00 2001 From: klapaucius Date: Thu, 29 Feb 2024 14:16:44 +0500 Subject: [PATCH] split index --- .github/workflows/convert-to-pdf.yml | 24 ------------------------ index.md => prehist.md | 0 2 files changed, 24 deletions(-) delete mode 100644 .github/workflows/convert-to-pdf.yml rename index.md => prehist.md (100%) diff --git a/.github/workflows/convert-to-pdf.yml b/.github/workflows/convert-to-pdf.yml deleted file mode 100644 index 366c165..0000000 --- a/.github/workflows/convert-to-pdf.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Docs to PDF -on: - push: - branches: - - main - paths: - - 'index.md' - -jobs: - converttopdf: - name: Build PDF - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: baileyjm02/markdown-to-pdf@v1 - with: - input_path: index.md - output_dir: pdfs - build_html: false - - uses: actions/upload-artifact@v3 - with: - name: docs - path: pdfs - diff --git a/index.md b/prehist.md similarity index 100% rename from index.md rename to prehist.md