Skip to content

Commit

Permalink
fix: usr: Fixed project page button
Browse files Browse the repository at this point in the history
  • Loading branch information
motrellin committed Jul 24, 2024
1 parent 67c75cb commit 343adff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ action_appendix: |2-
endGroup
after_script: |-
make coqdoc
cp resources/index.md html/index.md
mkdir public
cp -r html public/docs
cp resources/index.md public/index.md
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./html
source: ./public
destination: ./_site
- name: Revert Coq user permissions
# to avoid a warning at cleanup time
Expand Down Expand Up @@ -100,7 +102,7 @@ documentation: |-
#index_documentation:

coqdoc_index: ./toc.html
coqdoc_index: ./docs/toc.html

opam-file-maintainer: [email protected]

Expand Down

0 comments on commit 343adff

Please sign in to comment.