Skip to content

Merge pull request #985 from profunktor/streaming-ontop-redis-effect #38

Merge pull request #985 from profunktor/streaming-ontop-redis-effect

Merge pull request #985 from profunktor/streaming-ontop-redis-effect #38

Workflow file for this run

name: Microsite
on:
# to allow the manual trigger workflows
workflow_dispatch: {}
push:
branches:
- series/1.x # CE3
paths:
- "site/**"
- "**/README.md"
jobs:
publish:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0 # fetch all branches & tags
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
with:
name: redis4cats
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: "Building and publishing microsite 🚧"
run: nix develop -c sbt 'publishSite'