aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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/.