Skip to content

Commit

Permalink
GH pages coqdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik authored Jan 21, 2024
1 parent 25ea4bd commit a82f5b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v3

Expand All @@ -19,7 +23,7 @@ jobs:

- name: Build
run: nix develop '.#minuska' --command ./build-and-profile.sh

- name: CoqDoc
run: nix develop '.#minuska' --command make -C minuska/ html

Expand Down

0 comments on commit a82f5b1

Please sign in to comment.