Skip to content

Commit

Permalink
shards initialize before install
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 1, 2024
1 parent 0a1a5d3 commit c35792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: pip install .
- name: Install Crystal libs
run: |
shards install
shards init
shards install
- name: Build site
run: mkdocs build
- name: Deploy to gh-pages
Expand Down

0 comments on commit c35792e

Please sign in to comment.