From 9d6979baa0e4b505862bcedee1dfd075f36579c3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 14 Aug 2020 02:19:15 +0100 Subject: Fix links in gh-pages site --- .github/workflows/main.yml | 14 ++++++++++++++ docs/index.org | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e04aa3..2326979 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,19 @@ name: CI +on: + push: + branches: [ master ] + paths: + - "**.v" + - "**.ml" + - "**.mli" + pull_request: + branches: [ master ] + paths: + - "**.v" + - "**.ml" + - "**.mli" + jobs: build: runs-on: ubuntu-latest diff --git a/docs/index.org b/docs/index.org index 907ac25..6ec0130 100644 --- a/docs/index.org +++ b/docs/index.org @@ -12,7 +12,7 @@ The project is currently a work in progress, so proofs remain to be finished. C - local arrays and pointers - control-flow structures such as if-statements, for-loops, etc... -* TOC +* Content -[[/docs/toc.html][- Vericert Coq Documentation]] +- [[./docs/toc.html][Vericert Coq Documentation]] - [[./building.org][Building Vericert]] -- cgit