Skip to content

Commit

Permalink
chore(workflows/docs): skip building ameba
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed May 17, 2023
1 parent eaf30b9 commit 773c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
crystal: latest
- name: "Install shards"
run: shards install
run: shards install --skip-postinstall --skip-executables
- name: "Generate docs"
run: crystal docs
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 773c66a

Please sign in to comment.