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