Skip to content

Commit

Permalink
Remove designdoc template
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed May 7, 2024
1 parent 36ab37c commit 2099244
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 2,503 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,9 @@ jobs:
retention-days: 3
path: ${{ github.workspace }}/alpine/freeze/pandoc-3.1.13.project.freeze

#- name: Test extra image
# if: ${{ matrix.stack != 'static' }}
# run: make test-extra

#- name: Publish test output
# uses: actions/upload-artifact@ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb #v4.3.1 + 3 commits
# with:
# if-no-files-found: error
# name: tests
# retention-days: 3
# path: ${{ github.workspace }}/alpine/freeze/pandoc-3.1.13.project.freeze
- name: Test extra image
if: ${{ matrix.stack != 'static' }}
run: make test-extra

- name: Log into ghcr.io
if: >
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

5 changes: 0 additions & 5 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,12 @@ RUN sed -e 's/ *#.*$//' -e '/^ *$/d' /root/extra_packages.txt | xargs tlmgr inst

RUN python3 -m pip install --break-system-packages --no-cache-dir \
pandoc-latex-environment
#python-dotenv \
#Office365-REST-Python-Client

ARG TEMPLATES_DIR=/.pandoc/templates
ARG TOOLS_DIR=/.pandoc/tools

RUN mkdir -p ${TEMPLATES_DIR} && \
ln -s /.pandoc /root/.pandoc

COPY templates/ ${TEMPLATES_DIR}/

COPY --chmod=555 tools/convert.sh ${TOOLS_DIR}/

CMD [ "node" ]
Binary file removed templates/designdoc-cover.png
Binary file not shown.
Binary file removed templates/designdoc-logo.png
Binary file not shown.
38 changes: 0 additions & 38 deletions templates/designdoc-metadata.json

This file was deleted.

Loading

0 comments on commit 2099244

Please sign in to comment.