Skip to content

Commit

Permalink
fixing up the docs CI (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Sep 19, 2023
1 parent 0b03148 commit 5fd8d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: crystal-lang/install-crystal@v1
with:
crystal: 1.0.0
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 5fd8d7b

Please sign in to comment.