Skip to content

Commit

Permalink
Use official pandoc image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jun 23, 2020
1 parent 8ee63bb commit 2f60386
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 88 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make docs-image
- run: make docs-build
- uses: actions/upload-artifact@v2
with:
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,12 @@ ifeq (Linux,$(shell uname))
DOCKER_RUN_AS = -u $(shell id -u):$(shell id -g)
endif

DOCS_IMAGE := rsconnect-jupyter-docs:local
BUILD_DOC := docker run --rm=true $(DOCKER_RUN_AS) \
-e VERSION=$(VERSION) \
$(DOCKER_ARGS) \
-v $(CURDIR):/rsconnect_jupyter \
-w /rsconnect_jupyter \
$(DOCS_IMAGE) docs/build-doc.sh

.PHONY: docs-image
docs-image:
docker build -t $(DOCS_IMAGE) ./docs
pandoc/latex:2.9 docs/build-doc.sh

.PHONY: docs-build
docs-build: docs/out
Expand Down
81 changes: 0 additions & 81 deletions docs/Dockerfile

This file was deleted.

0 comments on commit 2f60386

Please sign in to comment.