Skip to content

Commit

Permalink
Update pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrcnes committed Nov 15, 2024
1 parent 62bc356 commit 61bf7c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:

- name: Install dependencies
run: |
poetry install
poetry install --with dev
- name: Build lib
run: |
make full_build
- name: Install Pandoc
uses: pandoc/actions/setup@v1
Expand Down

0 comments on commit 61bf7c2

Please sign in to comment.