Skip to content

Bump actions/cache from 3 to 4 (#68) #46

Bump actions/cache from 3 to 4 (#68)

Bump actions/cache from 3 to 4 (#68) #46

Workflow file for this run

name: Deploy documentation
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:latest-alpine
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: "Install shards"
run: shards install
- name: "Generate docs"
run: crystal docs
- name: Deploy to GitHub Pages
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs