Skip to content

Update dependency flag-icon-css to v4 - autoclosed #1552

Update dependency flag-icon-css to v4 - autoclosed

Update dependency flag-icon-css to v4 - autoclosed #1552

Workflow file for this run

name: Check Website
on:
pull_request:
branches:
- "current-docs"
- "master"
jobs:
check-website:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- uses: jorelali/setup-elm@v5
with:
elm-version: 0.19.1
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Print nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Build website (${{ env.DOCSPELL_VERSION }})
run: nix-shell website/shell.nix --run "sbt make-website"