aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-26 01:00:41 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-26 01:00:41 +0000
commitfa4b252945a870100305c159d20e264be18973ce (patch)
tree435cbd07a2af45f3f08dc8ac892fa48044047eeb /.github
parent29bee524cccfe08c680f655b1969a4c421e0a969 (diff)
downloadvericert-fa4b252945a870100305c159d20e264be18973ce.tar.gz
vericert-fa4b252945a870100305c159d20e264be18973ce.zip
Add proof documentation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gh-pages.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index ab4f277..ed7e032 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -19,11 +19,6 @@ jobs:
- name: Generate documentation
run: cd docs && emacs --batch --no-init --load publish.el --funcall org-publish-all
- - name: Generation Coq documentation
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: scripts/download_artifact.sh
-
- name: Generate Admitted icon
run: python3 scripts/statistics.py src && mkdir -p docs/html/assets && mv admitted.svg docs/html/assets/.