Skip to content

Commit

Permalink
fix shard.yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 1, 2024
1 parent 0c7fa81 commit 0a1a5d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Install Python libs
run: pip install .
- name: Install Crystal libs
run: shards install
run: |
shards install
shards init
- name: Build site
run: mkdocs build
- name: Deploy to gh-pages
Expand Down

0 comments on commit 0a1a5d3

Please sign in to comment.