Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mdx #591

Merged
merged 4 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,9 @@ jobs:
with:
ocaml-version: ${{ matrix.ocaml-version }}

# Pull the Mdx submodule
# actions/checkout doesn't support that
# Also, this is supposed to be temporary
- run: git submodule update --init

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
# Mdx dependencies
opam pin add -n ./mdx
opam depext -y -t mdx
opam install --deps-only mdx
# -
opam pin add -n .
opam depext -y -t odoc
opam install --deps-only -t odoc
Expand Down Expand Up @@ -104,4 +94,4 @@ jobs:
run: esy install --verbose

- name: Build odoc
run: esy odoc --version
run: esy x odoc --version
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 0 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@
(release
(flags
(:standard -g -w -18-53))))

(vendored_dirs mdx)
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(lang dune 2.7)
(name odoc)
(using mdx 0.1)
(cram enable)
Loading